blob: df70ea1e50dad33d05c630e02a93bf6fe629e1c7 [file] [log] [blame]
{
"name": "PSUpdateApp",
"version": "2.0.3",
"license": "MIT",
"summary": "PSUpdateApp is a simple method to notify users that a new version of your iOS app is available.",
"homepage": "https://github.com/danielebogo/PSUpdateApp",
"authors": {
"Daniele Bogo": "daniele@paperstreetsoapdesign.com"
},
"source": {
"git": "https://github.com/danielebogo/PSUpdateApp.git",
"tag": "2.0.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "PSUpdateApp_2/*.{h,m}",
"resources": "PSUpdateApp_2/Localizations/**",
"dependencies": {
"AFNetworking": [
"~>2.1.0"
]
}
}