[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / a / 4 / DCTNetWorkingAndData / 1.0.17 / DCTNetWorkingAndData.podspec.json
blob0b15a75c3ad233417184ef9e8309d4480264588b
2   "name": "DCTNetWorkingAndData",
3   "version": "1.0.17",
4   "summary": "A short description of DCTNetWorkingAndData.",
5   "description": "网络请求和数据存储",
6   "homepage": "https://gitee.com/annchilde/DCTNetWorkingAndData.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "annchilde": "181981308@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://gitee.com/annchilde/DCTNetWorkingAndData.git",
19     "tag": "1.0.17"
20   },
21   "source_files": "DCTNetWorkingAndData/DCTNetWorkingAndData/Classes/*.{h,m}",
22   "requires_arc": true,
23   "exclude_files": "DCTNetWorkingAndData/DCTNetWorkingAndData/mrc/*.{h,m}",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0.4"
27     ],
28     "SVProgressHUD": [
30     ],
31     "MBProgressHUD": [
32       "~> 1.0.0"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "no-arc",
38       "source_files": "DCTNetWorkingAndData/DCTNetWorkingAndData/mrc/*.{h,m}",
39       "requires_arc": false
40     }
41   ]