[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / 0 / KJNetworkPlugin / 1.0.4 / KJNetworkPlugin.podspec.json
blob39c85de0445d3c119e764a10c2e9d77562c25ee9
2   "name": "KJNetworkPlugin",
3   "version": "1.0.4",
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.4"
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": "Thief",
31       "source_files": "KJNetworkPlugin/Plugins/Thief/*.{h,m}",
32       "dependencies": {
33         "KJNetworkPlugin/Network": [
35         ]
36       }
37     },
38     {
39       "name": "Certificate",
40       "source_files": "KJNetworkPlugin/Plugins/Certificate/*.{h,m}",
41       "dependencies": {
42         "KJNetworkPlugin/Network": [
44         ]
45       }
46     },
47     {
48       "name": "Cache",
49       "source_files": "KJNetworkPlugin/Plugins/Cache/*.{h,m}",
50       "dependencies": {
51         "KJNetworkPlugin/Network": [
53         ],
54         "YYCache": [
55           "~> 1.0.4"
56         ]
57       }
58     },
59     {
60       "name": "Anslysis",
61       "source_files": "KJNetworkPlugin/Plugins/Anslysis/*.{h,m}",
62       "dependencies": {
63         "KJNetworkPlugin/Network": [
65         ],
66         "MJExtension": [
67           "~> 3.3.0"
68         ]
69       }
70     },
71     {
72       "name": "Loading",
73       "source_files": "KJNetworkPlugin/Plugins/Loading/*.{h,m}",
74       "dependencies": {
75         "KJNetworkPlugin/Network": [
77         ],
78         "MBProgressHUD": [
79           "~> 1.2.0"
80         ]
81       }
82     },
83     {
84       "name": "Batch",
85       "source_files": "KJNetworkPlugin/Batch/*.{h,m}",
86       "dependencies": {
87         "KJNetworkPlugin/Network": [
89         ]
90       }
91     },
92     {
93       "name": "Chain",
94       "source_files": "KJNetworkPlugin/Chain/*.{h,m}",
95       "dependencies": {
96         "KJNetworkPlugin/Network": [
98         ]
99       }
100     }
101   ]