[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 7 / 6 / 2 / SNNetworkClient / 1.0.0 / SNNetworkClient.podspec.json
blob022d8f72a5be89687c2828747e48195855cf8098
2   "name": "SNNetworkClient",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "A simple network client for sending POST and GET request with Decodable response.",
6   "homepage": "https://github.com/eitguide/SNNetworkClient/",
7   "authors": {
8     "Nghia Nguyen": "nghiaklpro195@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/eitguide/SNNetworkClient.git",
12     "tag": "1.0.0"
13   },
14   "documentation_url": "https://github.com/eitguide/SNNetworkClient/",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "dependencies": {
19     "Alamofire": [
20       "~> 5.0"
21     ],
22     "RxSwift": [
23       "~> 6.0"
24     ],
25     "RxCocoa": [
26       "~> 6.0"
27     ]
28   },
29   "swift_versions": "5.0",
30   "source_files": "Sources/*.swift",
31   "swift_version": "5.0"