[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / b / a / 5 / ZYNetworking / 0.1.2 / ZYNetworking.podspec.json
blobb5cd918f129a2a97acacef8b21d0cf512334cf8f
2   "name": "ZYNetworking",
3   "version": "0.1.2",
4   "summary": "针对AFNetworking封装的网络库",
5   "description": "针对AFNetworking封装的网络库,包括Get,Post,Put,Delete请求",
6   "homepage": "http://10.11.0.169/zoneyet_ios/function/zoneyet_ios_lib_network_lib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xufeng": "1192936115@qq.com"
13   },
14   "source": {
15     "git": "http://10.11.0.169/zoneyet_ios/function/zoneyet_ios_lib_network_lib.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "vendored_frameworks": "ZYNetworking/Frameworks/**/*.framework",
22   "source_files": "ZYNetworking/Classes/**/*",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0"
26     ]
27   }