blob: 8c0a0de5bdd16e01d54f802ec0ea90dae0e637fc [file] [log] [blame]
{
"name": "PSUpdateApp",
"version": "1.0.8",
"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": "1.0.8"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "PSUpdateApp/*.{h,m}",
"resources": "PSUpdateApp/Localizations/**",
"dependencies": {
"AFNetworking": [
"~>1.3.1"
]
}
}