| { |
| "name": "SSApplication", |
| "version": "0.3.0", |
| "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.3.0" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "SSApplication/*.{h,m}", |
| "frameworks": "UIKit", |
| "social_media_url": "https://twitter.com/jhersh" |
| } |