[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 7 / b / GW2API / 1.0.0 / GW2API.podspec.json
blob72049e42a65ff1767b60de099cf9abfeb1175fea
2   "name": "GW2API",
3   "version": "1.0.0",
4   "summary": "A Swift API Wrapper for the Guild Wars 2 API Version 2.",
5   "description": "Access data about your Guild Wars 2 account, in game items, trading post data and more!",
6   "homepage": "https://github.com/Zhendryk/GW2API",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Zhendryk",
12   "platforms": {
13     "ios": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/Zhendryk/GW2API.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "GW2API",
21     "GW2API/**/*.{h,m,swift}"
22   ],
23   "swift_version": "4.2",
24   "dependencies": {
25     "GenericAPIClient": [
27     ]
28   }