[Add] MappedIn 5.5.0
[CocoaPods.git] / Specs / b / a / 5 / ZYNetworking / 0.1.0 / ZYNetworking.podspec.json
blob11c08207a34ff34c397eb01cfe73d6bca68c137a
2   "name": "ZYNetworking",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ZYNetworking/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0"
25     ]
26   }