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