| { |
| "name": "Game", |
| "version": "1.0.6", |
| "summary": "Tools for Swift Game development.", |
| "homepage": "https://github.com/jwitcig/iOS-Game", |
| "license": "Code is MIT.", |
| "authors": { |
| "Jonah": "jwitcig@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jwitcig/iOS-Game.git", |
| "tag": "1.0.6" |
| }, |
| "social_media_url": "https://twitter.com/jonahwitcig", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Game/**/*", |
| "frameworks": "UIKit", |
| "module_name": "Game", |
| "dependencies": { |
| "JWSwiftTools": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |