[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / f / 2 / ZTNetworking / 1.1.2 / ZTNetworking.podspec.json
blob89a0c764ef89a928ddf4ee276ebc7c0bd3d540fa
2   "name": "ZTNetworking",
3   "version": "1.1.2",
4   "summary": "一个基于AF 的网络框架",
5   "homepage": "https://github.com/huangluloveTing/ZTNetworking.git",
6   "license": "MIT",
7   "authors": {
8     "Lucky Huang": "583699255@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/huangluloveTing/ZTNetworking.git",
15     "tag": "1.1.2"
16   },
17   "requires_arc": true,
18   "source_files": "ZTNetworking/ZTNetWorking.h",
19   "subspecs": [
20     {
21       "name": "Cache",
22       "source_files": "ZTNetworking/Cache/**/*.{h,m}",
23       "dependencies": {
24         "ZTNetworking/Serializer": [
26         ],
27         "FMDB": [
29         ]
30       }
31     },
32     {
33       "name": "HTTP",
34       "source_files": "ZTNetworking/HTTP/**/*.{h,m}",
35       "dependencies": {
36         "ZTNetworking/Serializer": [
38         ],
39         "ZTNetworking/Cache": [
41         ],
42         "ZTNetworking/Util": [
44         ],
45         "AFNetworking": [
47         ]
48       }
49     },
50     {
51       "name": "Serializer",
52       "source_files": "ZTNetworking/Serializer/**/*.{h,m}"
53     },
54     {
55       "name": "Util",
56       "source_files": "ZTNetworking/Util/**/*"
57     }
58   ]