[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 5 / ABChainNet / 0.9.9 / ABChainNet.podspec.json
blob31d6afafe058b835d86f33319f4419e7b06c1279
2   "name": "ABChainNet",
3   "version": "0.9.9",
4   "summary": "ABChainNet 的pod库。",
5   "description": "ABChainNet 的pod库。",
6   "homepage": "https://github.com/caobo56/ABChainNet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "caobo": "caobo56@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/caobo56/ABChainNet.git",
19     "tag": "0.9.9"
20   },
21   "default_subspecs": [
22     "MRC",
23     "NetWork",
24     "Model",
25     "Utils"
26   ],
27   "subspecs": [
28     {
29       "name": "MRC",
30       "source_files": "ABChainNet/ChainNet/MRC/*.{h,m}",
31       "dependencies": {
32         "Protobuf": [
34         ]
35       },
36       "requires_arc": false
37     },
38     {
39       "name": "Utils",
40       "source_files": "ABChainNet/ChainNet/Utils/*.{h,m}",
41       "dependencies": {
42         "NSBencodeSerialization": [
44         ]
45       }
46     },
47     {
48       "name": "Model",
49       "source_files": "ABChainNet/ChainNet/Model/*.{h,m,c}",
50       "dependencies": {
51         "ABChainNet/MRC": [
53         ],
54         "ABChainNet/Utils": [
56         ]
57       }
58     },
59     {
60       "name": "NetWork",
61       "source_files": "ABChainNet/ChainNet/NetWork/*.{h,m}",
62       "dependencies": {
63         "CocoaAsyncSocket": [
65         ],
66         "ABChainNet/Model": [
68         ]
69       }
70     }
71   ]