[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / f / a / ZZNetworking / 0.1.1 / ZZNetworking.podspec.json
blobebe9de9c50800c6ac126403658fc1421dd77ce8e
2   "name": "ZZNetworking",
3   "version": "0.1.1",
4   "summary": "A Networking Framework for RESTful API, in RxSwift",
5   "description": "A Networking Framework for RESTful API, in RxSwift. Provides model that can easily do GET | POST | PUT | DELETE with a RESTful API.",
6   "homepage": "https://github.com/LittleChuan/ZZNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zaza": "little.chuan@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/LittleChuan/ZZNetworking.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "5.0"
24   ],
25   "source_files": "ZZNetworking/Classes/**/*",
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.9.0"
29     ],
30     "RxSwift": [
31       "~> 5.0.0"
32     ],
33     "RxCocoa": [
34       "~> 5.0.0"
35     ]
36   },
37   "swift_version": "5.0"