blob: 660a05368c05f04cd00ea44d498e77f4553c01a6 [file] [log] [blame]
{
"name": "PSUpdateApp",
"version": "2.0.4",
"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.4"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "PSUpdateApp_2/*.{h,m}",
"resources": "PSUpdateApp_2/Localizations/**",
"dependencies": {
"AFNetworking": [
"~>2.1.0"
]
}
}