[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / b / e / 4 / CommonAFNUtil / 0.0.3 / CommonAFNUtil.podspec.json
blob77f651b4c18fbcb11005ae9125877b42db3bb51f
2   "name": "CommonAFNUtil",
3   "version": "0.0.3",
4   "summary": "easier to use AFN.",
5   "homepage": "https://github.com/dvlproad/CommonAFNUtil",
6   "license": "MIT",
7   "authors": {
8     "dvlproad": "913168921@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/dvlproad/CommonAFNUtil.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "CommonAFNUtil/**/*.{h,m}",
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.5.4"
23     ],
24     "MBProgressHUD": [
25       "~> 0.9.1"
26     ],
27     "SVProgressHUD": [
28       "~> 1.1.3"
29     ],
30     "CommonDataCacheManager": [
31       "~> 0.0.2"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "ServiceHelp",
37       "source_files": "ServiceHelp/**/*.{h,m}"
38     }
39   ]