[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 1 / d / 0 / YHNetworkKit / 0.1.0 / YHNetworkKit.podspec.json
blobf76b141c3bffef44e7933f99fd8bb08a41e0d9de
2   "name": "YHNetworkKit",
3   "version": "0.1.0",
4   "summary": "Network kit component based on AFNetworking.",
5   "description": "基于AFNetworking的封装,支持同步异步GET或POST请求,支持设置超时、头字段参数设置,支持取消操作,支持请求发起线程以及返回结果线程.",
6   "homepage": "https://github.com/FyhSky/YHNetworkKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FyhSky": "fengyinghaotjut@126.com"
13   },
14   "source": {
15     "git": "https://github.com/FyhSky/YHNetworkKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "YHNetworkKit/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.6.3"
25     ]
26   }