[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / c / 4 / SwiftNet / 1.0.0 / SwiftNet.podspec.json
blob3660bdd9d83d888c026514159845ce83ddca1ff2
2   "name": "SwiftNet",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "项目可直接使用的网络请求库",
6   "authors": {
7     "邓锋": "704292743@qq.com"
8   },
9   "homepage": "https://github.com/FengDeng/SwiftNet",
10   "source": {
11     "git": "https://github.com/FengDeng/SwiftNet.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "SwiftNet/SwiftNet/*.swift",
18   "dependencies": {
19     "Alamofire": [
20       "~> 3.1.3"
21     ],
22     "RxSwift": [
23       "~> 2.2.0"
24     ]
25   }