[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / e / 5 / GSNetwork / 0.0.2 / GSNetwork.podspec.json
blobebd1b070d797ea48a8c3ffe0ef0a30db924f684a
2   "name": "GSNetwork",
3   "version": "0.0.2",
4   "summary": "Network components of the GS series components",
5   "description": "Network components of the GS series components. Depends on Alamofire.",
6   "homepage": "https://github.com/GloomyMeng/GSNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gloomy.meng.049@gmail.com": "gloomy.meng.049@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/GloomyMeng/GSNetwork.git",
16     "tag": "0.0.2"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0"
23   },
24   "source_files": "GSNetwork/Classes/**/*",
25   "dependencies": {
26     "GSBasis": [
28     ],
29     "Alamofire": [
30       "~> 5.0.0-beta.5"
31     ]
32   }