[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / f / 6 / PSUpdateApp / 1.0.6 / PSUpdateApp.podspec.json
bloba5b33771d22c530250057296f7d24cc588df5cb5
2   "name": "PSUpdateApp",
3   "version": "1.0.6",
4   "license": "MIT",
5   "summary": "PSUpdateApp is a simple method to notify users that a new version of your iOS app is available.",
6   "homepage": "https://github.com/danielebogo/PSUpdateApp",
7   "authors": {
8     "Daniele Bogo": "daniele@paperstreetsoapdesign.com"
9   },
10   "source": {
11     "git": "https://github.com/danielebogo/PSUpdateApp.git",
12     "tag": "1.0.6"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "source_files": "PSUpdateApp/*.{h,m}",
19   "resources": "PSUpdateApp/Localizations/**",
20   "dependencies": {
21     "AFNetworking": [
22       "~>1.3.0"
23     ]
24   }