blob: 2583ff34c54eb35e9b4036f37cb5fe425d56df44 [file] [log] [blame]
{
"name": "AppInfoOSX",
"version": "0.1",
"summary": "AppInfoOSX - Swift way to get information about your app with static type safe API",
"homepage": "https://github.com/peterdeweese/AppInfoOSX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peter DeWeese": "peter@dewee.se"
},
"social_media_url": "http://twitter.com/peterdeweese",
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/peterdeweese/AppInfoOSX.git",
"tag": "0.1"
},
"source_files": "AppInfoOSX/*.{swift}",
"requires_arc": true
}