[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 2 / 5 / NetworkTool / 1.0.0 / NetworkTool.podspec.json
blob0cda7be04b24859e9a9c6a45e9e64d67ebcd6207
2   "name": "NetworkTool",
3   "version": "1.0.0",
4   "summary": "Network tools.",
5   "description": "基于Alamofire、HandyJSON、RxSwift的网络工具",
6   "homepage": "https://coding.net/u/zhaofengYue/p/NetworkTool",
7   "license": "MIT",
8   "authors": {
9     "zhaofengYue": "873073976@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://git.coding.net/zhaofengYue/NetworkTool.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "NetworkTool/NetworkTool/*.{swift,h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "HandyJSON": [
23     ],
24     "Alamofire": [
26     ],
27     "RxCocoa": [
29     ],
30     "RxSwift": [
32     ]
33   }