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