[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 7 / 6 / 2 / SNNetworkClient / 1.0.1 / SNNetworkClient.podspec.json
blob505519465413a7c3b8adaea25e6b4e1df9c28932
2   "name": "SNNetworkClient",
3   "version": "1.0.1",
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.1"
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"