| { | |
| "name": "SSApplication", | |
| "version": "0.0.1", | |
| "summary": "A UIApplication subclass to start your app off right.", | |
| "homepage": "https://github.com/splinesoft/SSApplication", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Jonathan Hersh": "jon@her.sh" | |
| }, | |
| "source": { | |
| "git": "https://github.com/splinesoft/SSApplication.git", | |
| "tag": "0.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "SSApplication/*.{h,m}", | |
| "frameworks": "UIKit" | |
| } |