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