[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / c / 0 / KJNetworkPlugin / 1.0.0 / KJNetworkPlugin.podspec.json
blob1415f73833daf5aba4e591ded6739c7f4e215b3b
2   "name": "KJNetworkPlugin",
3   "version": "1.0.0",
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.0"
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   ]