| { |
| "name": "ABChainNet", |
| "version": "1.0.0", |
| "summary": "ABChainNet 的pod库。", |
| "description": "ABChainNet 的pod库。", |
| "homepage": "https://github.com/caobo56/ABChainNet", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "caobo": "caobo56@sina.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/caobo56/ABChainNet.git", |
| "tag": "1.0.0" |
| }, |
| "default_subspecs": [ |
| "MRC", |
| "NetWork", |
| "Model", |
| "Utils" |
| ], |
| "subspecs": [ |
| { |
| "name": "MRC", |
| "source_files": "ABChainNet/ChainNet/MRC/*.{h,m}", |
| "dependencies": { |
| "Protobuf": [ |
| |
| ] |
| }, |
| "requires_arc": false |
| }, |
| { |
| "name": "Utils", |
| "source_files": "ABChainNet/ChainNet/Utils/*.{h,m}", |
| "dependencies": { |
| "NSBencodeSerialization": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Model", |
| "source_files": "ABChainNet/ChainNet/Model/*.{h,m,c}", |
| "dependencies": { |
| "ABChainNet/MRC": [ |
| |
| ], |
| "ABChainNet/Utils": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "NetWork", |
| "source_files": "ABChainNet/ChainNet/NetWork/*.{h,m}", |
| "dependencies": { |
| "CocoaAsyncSocket": [ |
| |
| ], |
| "ABChainNet/Model": [ |
| |
| ] |
| } |
| } |
| ] |
| } |