# -*- encoding: utf-8 -*- # stub: joybox 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "joybox".freeze s.version = "1.0.0".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-13" 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/debug.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/debug/debug.rb".freeze, "motion/joybox-ios/debug/node.rb".freeze, "motion/joybox-ios/debug/proxy_view.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/debug.rb".freeze, "motion/joybox-osx/configuration/gl_view.rb".freeze, "motion/joybox-osx/configuration/sprite_view.rb".freeze, "motion/joybox-osx/core/layer.rb".freeze, "motion/joybox-osx/debug/debug.rb".freeze, "motion/joybox-osx/debug/node.rb".freeze, "motion/joybox-osx/debug/proxy_view.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/ns_object.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-example-repl/files/Rakefile.erb".freeze, "template/joybox-ios-example-repl/files/app/app_delegate.rb".freeze, "template/joybox-ios-example-repl/files/app/layers/actions_layer.rb".freeze, "template/joybox-ios-example-repl/files/app/layers/background_layer.rb".freeze, "template/joybox-ios-example-repl/files/app/scenes/game_scene.rb".freeze, "template/joybox-ios-example-repl/files/resources/fps_images-hd.png".freeze, "template/joybox-ios-example-repl/files/resources/fps_images-ipadhd.png".freeze, "template/joybox-ios-example-repl/files/resources/fps_images.png".freeze, "template/joybox-ios-example-repl/files/resources/images/background.png".freeze, "template/joybox-ios-example-repl/files/resources/sprites/character_boy.png".freeze, "template/joybox-ios-example-repl/files/resources/sprites/character_horn_girl.png".freeze, "template/joybox-ios-example-repl/files/resources/sprites/character_pink_girl.png".freeze, "template/joybox-ios-example-repl/files/spec/layers/actions_layer_spec.rb".freeze, "template/joybox-ios-example-repl/files/spec/layers/background_layer_spec.rb".freeze, "template/joybox-ios-example-repl/files/spec/main_spec.rb".freeze, "template/joybox-ios-example-repl/files/spec/scenes/game_scene_spec.rb".freeze, "template/joybox-ios/files/Rakefile.erb".freeze, "template/joybox-ios/files/app/app_delegate.rb".freeze, "template/joybox-ios/files/resources/Default-568h@2x.png".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-example-repl/files/Rakefile.erb".freeze, "template/joybox-osx-example-repl/files/app/app_delegate.rb".freeze, "template/joybox-osx-example-repl/files/app/layers/actions_layer.rb".freeze, "template/joybox-osx-example-repl/files/app/layers/background_layer.rb".freeze, "template/joybox-osx-example-repl/files/app/menu.rb".freeze, "template/joybox-osx-example-repl/files/app/scenes/game_scene.rb".freeze, "template/joybox-osx-example-repl/files/readme.md".freeze, "template/joybox-osx-example-repl/files/resources/fps_images-hd.png".freeze, "template/joybox-osx-example-repl/files/resources/fps_images-ipadhd.png".freeze, "template/joybox-osx-example-repl/files/resources/fps_images.png".freeze, "template/joybox-osx-example-repl/files/resources/images/background.png".freeze, "template/joybox-osx-example-repl/files/resources/sprites/character_boy.png".freeze, "template/joybox-osx-example-repl/files/resources/sprites/character_horn_girl.png".freeze, "template/joybox-osx-example-repl/files/resources/sprites/character_pink_girl.png".freeze, "template/joybox-osx-example-repl/files/spec/layers/actions_layer_spec.rb".freeze, "template/joybox-osx-example-repl/files/spec/layers/background_layer_spec.rb".freeze, "template/joybox-osx-example-repl/files/spec/main_spec.rb".freeze, "template/joybox-osx-example-repl/files/spec/scenes/game_scene_spec.rb".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/box_2d/box_2d.bridgesupport".freeze, "vendor/vendor-ios/box_2d/box_2d_include/B2DBody.h".freeze, "vendor/vendor-ios/box_2d/box_2d_include/B2DCircleShape.h".freeze, "vendor/vendor-ios/box_2d/box_2d_include/B2DContactListener.h".freeze, "vendor/vendor-ios/box_2d/box_2d_include/B2DEdgeShape.h".freeze, "vendor/vendor-ios/box_2d/box_2d_include/B2DPolygonShape.h".freeze, "vendor/vendor-ios/box_2d/box_2d_include/B2DShape.h".freeze, "vendor/vendor-ios/box_2d/box_2d_include/B2DWorld.h".freeze, "vendor/vendor-ios/box_2d/libBox2D.a".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/cocos_2d_include/CCAction.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionCamera.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionCatmullRom.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionEase.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionGrid.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionGrid3D.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionInstant.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionInterval.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionManager.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionPageTurn3D.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionProgressTimer.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionTiledGrid.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCActionTween.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCAnimation.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCAnimationCache.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCAtlasNode.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCCamera.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCClippingNode.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCConfiguration.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCDirector.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCDrawNode.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCDrawingPrimitives.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCGLProgram.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCGrabber.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCGrid.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCLabelAtlas.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCLabelBMFont.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCLabelTTF.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCLayer.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCMenu.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCMenuItem.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCMotionStreak.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCNode+Debug.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCNode.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCParallaxNode.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCParticleBatchNode.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCParticleExamples.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCParticleSystem.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCParticleSystemQuad.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCPhysicsDebugNode.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCPhysicsSprite.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCProgressTimer.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCProtocols.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCRenderTexture.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCScene.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCScheduler.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCShaderCache.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCSprite.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCSpriteBatchNode.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCSpriteFrame.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCSpriteFrameCache.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTMXLayer.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTMXObjectGroup.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTMXTiledMap.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTMXXMLParser.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTexture2D.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTextureAtlas.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTextureCache.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTexturePVR.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTileMapAtlas.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTransition.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTransitionPageTurn.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/CCTransitionProgress.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/CCGL.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/CCNS.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/Mac/CCDirectorMac.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/Mac/CCEventDispatcher.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/Mac/CCGLView.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/Mac/CCWindow.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/iOS/CCDirectorIOS.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/iOS/CCES2Renderer.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/iOS/CCESRenderer.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/iOS/CCGLView.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/iOS/CCTouchDelegateProtocol.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/iOS/CCTouchDispatcher.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Platforms/iOS/CCTouchHandler.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/CCArray.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/CCFileUtils.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/CCProfiling.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/CCVertex.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/CGPointExtension.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/NSThread+performBlock.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/OpenGL_Internal.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/TGAlib.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/TransformUtils.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/ZipUtils.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/base64.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/ccCArray.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/ccUtils.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/uthash.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/utlist.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccConfig.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccDeprecated.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccFPSImages.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccGLStateCache.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccMacros.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionColorLengthTexture_frag.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionColorLengthTexture_vert.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionColor_frag.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionColor_vert.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionTextureA8Color_frag.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionTextureA8Color_vert.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionTextureColorAlphaTest_frag.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionTextureColor_frag.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionTextureColor_vert.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionTexture_frag.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionTexture_uColor_frag.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionTexture_uColor_vert.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_PositionTexture_vert.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_Position_uColor_frag.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShader_Position_uColor_vert.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccShaders.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/ccTypes.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/cocos2d-ios-exceptions.bridgesupport".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/cocos2d.h".freeze, "vendor/vendor-ios/cocos_2d/cocos_2d_include/gen_cocos2d_bridgesupport.sh".freeze, "vendor/vendor-ios/cocos_2d/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/box_2d_include/B2DBody.h".freeze, "vendor/vendor-osx/box_2d/box_2d_include/B2DCircleShape.h".freeze, "vendor/vendor-osx/box_2d/box_2d_include/B2DContactListener.h".freeze, "vendor/vendor-osx/box_2d/box_2d_include/B2DEdgeShape.h".freeze, "vendor/vendor-osx/box_2d/box_2d_include/B2DPolygonShape.h".freeze, "vendor/vendor-osx/box_2d/box_2d_include/B2DShape.h".freeze, "vendor/vendor-osx/box_2d/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 1.0.0 **\n\n * Added REPL Support for iOS and OSX :D\n * NOTE: If the iOS simulator starts on landscape orientation, please rotate and return it.\n (cmd + => and cmd + <=)\n * Added REPL Example Template. Use 'motion create --template=joybox-ios-example-repl ' or\n 'motion create --template=joybox-osx-example-repl '\n * IMPORTANT: Typo fix in World class (Joybox, Box2D and Website), changing to continuous_physics the configuration, thank you David Czarnecki!\n * IMPORTANT: Typo fix in Macros, changing jbpLenght to jpbLength, thank you David Czarnecki!\n * Added: Clear extra lines in iOS Template. Thank you Willrax!\n * Added: Examples iPhone 5 support\n * Added: iOS Template iPhone 5 support\n * Joybox is stopping the madness! Thanks all for your support!\n\n 0\n 101\n 01010\n 1010101\n 010101010\n 10101010101\n 0101010101010\n 101010101010101\n 01010101010101010\n 1010101010101010101\n 010101010101010101010\n 1 1\n 010 010\n 10101 10101\n 0101010 0101010\n 101010101 101010101\n 01010101010 01010101010\n 1010101010101 1010101010101\n 010101010101010 010101010101010\n 10101010101010101 10101010101010101\n 0101010101010101010 0101010101010101010\n 1010101010101010101011101010101010101010101\n\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