blob: 5eb36fbbc2a0e89c3da7450366b22c85dde96f05 [file] [log] [blame]
{
"name": "AppInfo",
"version": "0.0.1",
"summary": "AppInfo - Swift way to get information about your app with static type safe API",
"homepage": "https://github.com/kostiakoval/AppInfo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kostiantyn Koval": "konstantin.koval1@gmail.com"
},
"social_media_url": "http://twitter.com/kostiakoval",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kostiakoval/AppInfo.git",
"tag": "0.0.1"
},
"source_files": "AppInfo/Classes/**/*.{swift}",
"requires_arc": true
}