[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 6 / 5 / UpgradePod / 1.0.5 / UpgradePod.podspec.json
blobe5db812d12907bbee3b4e8f98425fb1492746af2
2   "name": "UpgradePod",
3   "version": "1.0.5",
4   "summary": "检测App版本升级的库",
5   "description": "检测App版本升级的库,同时检测苹果应用商店的版本号,以苹果运营商店的版本为准。",
6   "homepage": "https://github.com/yzeaho/UpgradePod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yzeaho": "y-zeaho@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yzeaho/UpgradePod.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "UpgradePod/Classes/**/*",
22   "resource_bundles": {
23     "UpgradePod": [
24       "UpgradePod/Assets/**/*"
25     ]
26   },
27   "dependencies": {
28     "AFNetworking": [
29       "~> 4.0"
30     ],
31     "MJExtension": [
33     ]
34   }