[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 1 / c / 0 / KJNetworkPlugin / 1.0.8 / KJNetworkPlugin.podspec.json
blob24b02ce2f43bd5f07bfedf8b17c0f7449a9a5cfe
2   "name": "KJNetworkPlugin",
3   "version": "1.0.8",
4   "summary": "A Network Plugin With AFNetworking.",
5   "homepage": "https://github.com/yangKJ/KJNetworkPlugin",
6   "license": "MIT",
7   "authors": {
8     "77": "ykj310@126.com"
9   },
10   "source": {
11     "git": "https://github.com/yangKJ/KJNetworkPlugin.git",
12     "tag": "1.0.8"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Network",
19   "subspecs": [
20     {
21       "name": "Network",
22       "source_files": "KJNetworkPlugin/Network/*.{h,m}",
23       "dependencies": {
24         "AFNetworking": [
25           "~> 4.0.0"
26         ]
27       }
28     },
29     {
30       "name": "Manager",
31       "source_files": "KJNetworkPlugin/Manager/*.{h,m}",
32       "dependencies": {
33         "KJNetworkPlugin/Network": [
35         ]
36       }
37     },
38     {
39       "name": "Thief",
40       "source_files": "KJNetworkPlugin/Plugins/Thief/*.{h,m}",
41       "dependencies": {
42         "KJNetworkPlugin/Network": [
44         ]
45       }
46     },
47     {
48       "name": "Certificate",
49       "source_files": "KJNetworkPlugin/Plugins/Certificate/*.{h,m}",
50       "dependencies": {
51         "KJNetworkPlugin/Network": [
53         ]
54       }
55     },
56     {
57       "name": "Cache",
58       "source_files": "KJNetworkPlugin/Plugins/Cache/*.{h,m}",
59       "dependencies": {
60         "KJNetworkPlugin/Network": [
62         ],
63         "YYCache": [
64           "~> 1.0.4"
65         ]
66       }
67     },
68     {
69       "name": "Anslysis",
70       "source_files": "KJNetworkPlugin/Plugins/Anslysis/*.{h,m}",
71       "dependencies": {
72         "KJNetworkPlugin/Network": [
74         ],
75         "MJExtension": [
76           "~> 3.3.0"
77         ]
78       }
79     },
80     {
81       "name": "Loading",
82       "source_files": "KJNetworkPlugin/Plugins/Loading/*.{h,m}",
83       "dependencies": {
84         "KJNetworkPlugin/Network": [
86         ],
87         "MBProgressHUD": [
88           "~> 1.2.0"
89         ]
90       }
91     },
92     {
93       "name": "Batch",
94       "source_files": "KJNetworkPlugin/Batch/*.{h,m}",
95       "dependencies": {
96         "KJNetworkPlugin/Network": [
98         ]
99       }
100     },
101     {
102       "name": "Chain",
103       "source_files": "KJNetworkPlugin/Chain/*.{h,m}",
104       "dependencies": {
105         "KJNetworkPlugin/Network": [
107         ]
108       }
109     },
110     {
111       "name": "Capture",
112       "source_files": "KJNetworkPlugin/Plugins/Capture/*.{h,m}",
113       "dependencies": {
114         "KJNetworkPlugin/Network": [
116         ],
117         "MJExtension": [
118           "~> 3.3.0"
119         ]
120       }
121     }
122   ]