# -*- encoding: utf-8 -*- # stub: joybox 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "joybox".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Juan Jos\u00E9 Karam".freeze] s.date = "2013-05-09" s.description = " A Cocos2D & Box2D DSL for RubyMotion\n".freeze s.email = "juanjokaram@gmail.com".freeze s.executables = ["joybox".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "LICENSE_Box2D".freeze, "LICENSE_Cocos2D".freeze, "README.md".freeze, "Rakefile".freeze, "bin/joybox".freeze, "command/joybox/USAGE".freeze, "command/joybox/templates/layer.erb".freeze, "command/joybox/templates/layer_spec.erb".freeze, "command/joybox/templates/scene.erb".freeze, "command/joybox/templates/scene_spec.erb".freeze, "command/joybox/templates/sprite.erb".freeze, "command/joybox/templates/sprite_spec.erb".freeze, "command/joybox_generate_command.rb".freeze, "joybox.gemspec".freeze, "lib/joybox.rb".freeze, "lib/joybox/joybox-ios.rb".freeze, "lib/joybox/joybox-osx.rb".freeze, "lib/joybox/version.rb".freeze, "motion/joybox-ios/common/cg_point.rb".freeze, "motion/joybox-ios/common/ui_touch.rb".freeze, "motion/joybox-ios/configuration/configuration.rb".freeze, "motion/joybox-ios/configuration/file_utils.rb".freeze, "motion/joybox-ios/configuration/gl_view.rb".freeze, "motion/joybox-ios/configuration/texture_2d.rb".freeze, "motion/joybox-ios/core/layer.rb".freeze, "motion/joybox-ios/director.rb".freeze, "motion/joybox-osx/common/ats_point.rb".freeze, "motion/joybox-osx/common/ns_event.rb".freeze, "motion/joybox-osx/configuration/configuration.rb".freeze, "motion/joybox-osx/configuration/gl_view.rb".freeze, "motion/joybox-osx/core/layer.rb".freeze, "motion/joybox-osx/director.rb".freeze, "motion/joybox/actions/actions.rb".freeze, "motion/joybox/actions/animate.rb".freeze, "motion/joybox/actions/bezier.rb".freeze, "motion/joybox/actions/blink.rb".freeze, "motion/joybox/actions/ease.rb".freeze, "motion/joybox/actions/fade.rb".freeze, "motion/joybox/actions/jump.rb".freeze, "motion/joybox/actions/move.rb".freeze, "motion/joybox/actions/place.rb".freeze, "motion/joybox/actions/repeat.rb".freeze, "motion/joybox/actions/rotate.rb".freeze, "motion/joybox/actions/scale.rb".freeze, "motion/joybox/actions/sequence.rb".freeze, "motion/joybox/actions/skew.rb".freeze, "motion/joybox/actions/spawn.rb".freeze, "motion/joybox/actions/tint.rb".freeze, "motion/joybox/animations/animation.rb".freeze, "motion/joybox/common/color.rb".freeze, "motion/joybox/common/gc_size.rb".freeze, "motion/joybox/common/ns_set.rb".freeze, "motion/joybox/common/numeric.rb".freeze, "motion/joybox/common/screen.rb".freeze, "motion/joybox/core/layer.rb".freeze, "motion/joybox/core/node.rb".freeze, "motion/joybox/core/scene.rb".freeze, "motion/joybox/core/sprite.rb".freeze, "motion/joybox/core/sprite_batch.rb".freeze, "motion/joybox/core/sprite_frame_cache.rb".freeze, "motion/joybox/joybox.rb".freeze, "motion/joybox/macros.rb".freeze, "motion/joybox/physics/body.rb".freeze, "motion/joybox/physics/physics_sprite.rb".freeze, "motion/joybox/physics/world.rb".freeze, "motion/joybox/ui/label.rb".freeze, "motion/joybox/ui/menu.rb".freeze, "motion/joybox/ui/menu_image.rb".freeze, "motion/joybox/ui/menu_label.rb".freeze, "motion/joybox/ui/ui.rb".freeze, "spec/lib/joybox/cocos2d/cocos2d_spec.rb".freeze, "spec/lib/joybox/cocos2d/macros_spec.rb".freeze, "spec/main_spec.rb".freeze, "template/joybox-ios/files/Rakefile.erb".freeze, "template/joybox-ios/files/app/app_delegate.rb".freeze, "template/joybox-ios/files/resources/fps_images-hd.png".freeze, "template/joybox-ios/files/resources/fps_images-ipadhd.png".freeze, "template/joybox-ios/files/resources/fps_images.png".freeze, "template/joybox-ios/files/spec/main_spec.rb.erb".freeze, "template/joybox-osx/files/Rakefile.erb".freeze, "template/joybox-osx/files/app/app_delegate.rb".freeze, "template/joybox-osx/files/app/layers/default_layer.rb".freeze, "template/joybox-osx/files/app/menu.rb".freeze, "template/joybox-osx/files/resources/Credits.rtf".freeze, "template/joybox-osx/files/resources/fps_images-hd.png".freeze, "template/joybox-osx/files/resources/fps_images-ipadhd.png".freeze, "template/joybox-osx/files/resources/fps_images.png".freeze, "template/joybox-osx/files/spec/main_spec.rb.erb".freeze, "vendor/vendor-ios/Box2D.framework/Box2D".freeze, "vendor/vendor-ios/Box2D.framework/Box2D.framework.bridgesupport".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Box2D".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Headers/Collision/B2DContactListener.h".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Headers/Collision/Shapes/B2DCircleShape.h".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Headers/Collision/Shapes/B2DEdgeShape.h".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Headers/Collision/Shapes/B2DPolygonShape.h".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Headers/Collision/Shapes/B2DShape.h".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Headers/Dynamics/B2DBody.h".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Headers/Dynamics/B2DWorld.h".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Resources/Box2DConfig.cmake".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Resources/CMakeLists.txt".freeze, "vendor/vendor-ios/Box2D.framework/Versions/A/Resources/LICENSE".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d.bridgesupport".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_exceptions.bridgesupport".freeze, "vendor/vendor-ios/cocos_2d/include/CCAction.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionCamera.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionCatmullRom.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionEase.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionGrid.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionGrid3D.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionInstant.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionInterval.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionManager.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionPageTurn3D.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionProgressTimer.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionTiledGrid.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCActionTween.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCAnimation.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCAnimationCache.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCAtlasNode.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCCamera.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCClippingNode.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCConfiguration.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCDirector.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCDrawNode.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCDrawingPrimitives.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCGLProgram.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCGrabber.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCGrid.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCLabelAtlas.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCLabelBMFont.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCLabelTTF.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCLayer.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCMenu.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCMenuItem.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCMotionStreak.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCNode+Debug.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCNode.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCParallaxNode.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCParticleBatchNode.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCParticleExamples.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCParticleSystem.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCParticleSystemQuad.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCPhysicsDebugNode.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCPhysicsSprite.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCProgressTimer.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCProtocols.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCRenderTexture.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCScene.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCScheduler.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCShaderCache.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCSprite.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCSpriteBatchNode.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCSpriteFrame.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCSpriteFrameCache.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTMXLayer.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTMXObjectGroup.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTMXTiledMap.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTMXXMLParser.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTexture2D.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTextureAtlas.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTextureCache.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTexturePVR.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTileMapAtlas.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTransition.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTransitionPageTurn.h".freeze, "vendor/vendor-ios/cocos_2d/include/CCTransitionProgress.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/CCGL.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/CCNS.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/Mac/CCDirectorMac.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/Mac/CCEventDispatcher.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/Mac/CCGLView.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/Mac/CCWindow.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/iOS/CCDirectorIOS.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/iOS/CCES2Renderer.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/iOS/CCESRenderer.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/iOS/CCGLView.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/iOS/CCTouchDelegateProtocol.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/iOS/CCTouchDispatcher.h".freeze, "vendor/vendor-ios/cocos_2d/include/Platforms/iOS/CCTouchHandler.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/CCArray.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/CCFileUtils.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/CCProfiling.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/CCVertex.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/CGPointExtension.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/NSThread+performBlock.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/OpenGL_Internal.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/TGAlib.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/TransformUtils.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/ZipUtils.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/base64.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/ccCArray.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/ccUtils.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/uthash.h".freeze, "vendor/vendor-ios/cocos_2d/include/Support/utlist.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccConfig.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccDeprecated.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccFPSImages.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccGLStateCache.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccMacros.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionColorLengthTexture_frag.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionColorLengthTexture_vert.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionColor_frag.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionColor_vert.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionTextureA8Color_frag.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionTextureA8Color_vert.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionTextureColorAlphaTest_frag.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionTextureColor_frag.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionTextureColor_vert.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionTexture_frag.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionTexture_uColor_frag.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionTexture_uColor_vert.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_PositionTexture_vert.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_Position_uColor_frag.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShader_Position_uColor_vert.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccShaders.h".freeze, "vendor/vendor-ios/cocos_2d/include/ccTypes.h".freeze, "vendor/vendor-ios/cocos_2d/include/cocos2d-ios-exceptions.bridgesupport".freeze, "vendor/vendor-ios/cocos_2d/include/cocos2d.h".freeze, "vendor/vendor-ios/cocos_2d/include/gen_cocos2d_bridgesupport.sh".freeze, "vendor/vendor-ios/cocos_2d/include/gen_cocos2d_complement.sh".freeze, "vendor/vendor-ios/cocos_2d/libcocos2d.a".freeze, "vendor/vendor-osx/box_2d/box_2d.bridgesupport".freeze, "vendor/vendor-osx/box_2d/include/B2DBody.h".freeze, "vendor/vendor-osx/box_2d/include/B2DCircleShape.h".freeze, "vendor/vendor-osx/box_2d/include/B2DContactListener.h".freeze, "vendor/vendor-osx/box_2d/include/B2DEdgeShape.h".freeze, "vendor/vendor-osx/box_2d/include/B2DPolygonShape.h".freeze, "vendor/vendor-osx/box_2d/include/B2DShape.h".freeze, "vendor/vendor-osx/box_2d/include/B2DWorld.h".freeze, "vendor/vendor-osx/box_2d/libBox2D.a".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d.bridgesupport".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCAction.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionCamera.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionCatmullRom.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionEase.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionGrid.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionGrid3D.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionInstant.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionInterval.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionManager.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionPageTurn3D.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionProgressTimer.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionTiledGrid.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCActionTween.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCAnimation.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCAnimationCache.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCAtlasNode.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCCamera.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCClippingNode.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCConfiguration.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCDirector.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCDrawNode.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCDrawingPrimitives.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCGLProgram.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCGrabber.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCGrid.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCLabelAtlas.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCLabelBMFont.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCLabelTTF.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCLayer.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCMenu.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCMenuItem.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCMotionStreak.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCNode+Debug.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCNode.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCParallaxNode.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCParticleBatchNode.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCParticleExamples.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCParticleSystem.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCParticleSystemQuad.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCPhysicsDebugNode.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCPhysicsSprite.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCProgressTimer.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCProtocols.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCRenderTexture.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCScene.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCScheduler.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCShaderCache.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCSprite.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCSpriteBatchNode.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCSpriteFrame.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCSpriteFrameCache.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTMXLayer.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTMXObjectGroup.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTMXTiledMap.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTMXXMLParser.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTexture2D.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTextureAtlas.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTextureCache.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTexturePVR.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTileMapAtlas.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTransition.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTransitionPageTurn.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/CCTransitionProgress.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Platforms/CCGL.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Platforms/CCNS.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Platforms/Mac/CCDirectorMac.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Platforms/Mac/CCEventDispatcher.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Platforms/Mac/CCGLView.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Platforms/Mac/CCWindow.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/CCArray.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/CCFileUtils.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/CCProfiling.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/CCVertex.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/CGPointExtension.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/NSThread+performBlock.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/OpenGL_Internal.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/TGAlib.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/TransformUtils.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/ZipUtils.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/base64.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/ccCArray.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/ccUtils.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/uthash.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/utlist.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccConfig.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccDeprecated.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccFPSImages.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccGLStateCache.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccMacros.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionColorLengthTexture_frag.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionColorLengthTexture_vert.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionColor_frag.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionColor_vert.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionTextureA8Color_frag.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionTextureA8Color_vert.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionTextureColorAlphaTest_frag.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionTextureColor_frag.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionTextureColor_vert.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionTexture_frag.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionTexture_uColor_frag.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionTexture_uColor_vert.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_PositionTexture_vert.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_Position_uColor_frag.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShader_Position_uColor_vert.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccShaders.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/ccTypes.h".freeze, "vendor/vendor-osx/cocos_2d/cocos_2d_include/cocos2d.h".freeze, "vendor/vendor-osx/cocos_2d/libcocos2d.a".freeze] s.homepage = "http://joybox.io".freeze s.licenses = ["MIT".freeze] s.post_install_message = " ** Joybox 0.0.6 **\n\n * Added OSX development support. Use 'motion create --template=joybox-osx' to create\n an OSX project.\n * Added Ruby Motion Template support. Use 'joybox install' to install the templates (joybox-ios & joybox-osx)\n * Added Ruby Motion Command support. Use 'motion joybox:generate ' to generate Sprites, Layers and Scene subclases and their respective specs.\n * Added Circle Shape to Box2D Fixtures. Thank you Kenichi Yonekawa!\n * Added Sprite Batch & Sprite Frame Cache full support.\n * Added Animations and Animate Action.\n * Added Bezier, Blink, Fade, Jump, Place, Spawn, Tint action. Thanks Gabriel Sosa!\n * Added Repeat.with actions: times: method to Repeat class.\n * IMPORTANT: Changed Sequence.new items: for Sequence.with actions: in Sequence class.\n * IMPORTANT: Typo fix in the Body class, changing edge_fixure and polygon_fixure to edge_fixture and polygon_fixture.\n * Better bridgesupport generation :D, thank you Laurent Sansonetti!\n * Added: mouse and keyboard events to joybox-osx. \n * Joybox is stopping the madness! Thanks all for your support!\n\n _+880_____________________________\n _++88_____________________________\n _++88_____________________________\n __+880_________________________++\n __+888________________________+88_\n __++880______________________+88__\n __++888_____+++88__________+++8___\n __++8888__+++8880++88____+++88____\n __+++8888+++8880++8888__++888_____\n ___++888++8888+++888888++888______\n ___++88++8888++8888888++888_______\n ___++++++888888888888888888_______\n ____++++++88888888888888888_______\n ____++++++++000888888888888_______\n _____+++++++000088888888888_______\n ______+++++++00088888888888_______\n _______+++++++088888888888________\n _______+++++++088888888888________\n ________+++++++8888888888_________\n ________+++++++0088888888_________\n ________++++++0088888888__________\n".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A Cocos2D & Box2D DSL for RubyMotion".freeze s.test_files = ["spec/lib/joybox/cocos2d/cocos2d_spec.rb".freeze, "spec/lib/joybox/cocos2d/macros_spec.rb".freeze, "spec/main_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end