blob: 13afeb05477f05d9ecba34c41d9d69445b9265d5 [file] [log] [blame]
{
"name": "SSApplication",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SSApplication/*.{h,m}",
"frameworks": "UIKit",
"social_media_url": "https://twitter.com/jhersh"
}