[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 0 / KJNetworkPlugin / 1.0.1 / KJNetworkPlugin.podspec.json
blob769311f484f579e825e8651dd531437788bb7d71
2   "name": "KJNetworkPlugin",
3   "version": "1.0.1",
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.1"
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   ]