[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / b / e / 4 / CommonAFNUtil / 1.0.0 / CommonAFNUtil.podspec.json
blob53b04bfd2e7945b13e345c511afb96fa6d8f8ced
2   "name": "CommonAFNUtil",
3   "version": "1.0.0",
4   "summary": "一个AFNetworking应用的封装",
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": "1.0.0"
16   },
17   "source_files": "CommonAFNUtil/*.{h,m}",
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.6.3"
23     ],
24     "SVProgressHUD": [
25       "~> 1.1.3"
26     ],
27     "CommonDataCacheManager": [
28       "~> 0.0.2"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "AFNUtil",
34       "source_files": "CommonAFNUtil/AFNUtil/*.{h,m}"
35     },
36     {
37       "name": "ServiceHelp",
38       "source_files": "ServiceHelp/**/*.{h,m}"
39     }
40   ]