[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / b / e / 4 / CommonAFNUtil / 0.0.2 / CommonAFNUtil.podspec.json
blobc2114f4965775b7c14d9011e00ec79b22eec9c9c
2   "name": "CommonAFNUtil",
3   "version": "0.0.2",
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.21"
16   },
17   "source_files": [
18     "CommonAFNUtil/**/*.{h,m}",
19     "ServiceHelp/**/*.{h,m}"
20   ],
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.5.4"
26     ],
27     "MBProgressHUD": [
28       "~> 0.9.1"
29     ],
30     "SVProgressHUD": [
31       "~> 1.1.3"
32     ],
33     "CommonDataCacheManager": [
34       "~> 0.0.2"
35     ]
36   }