[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 7 / b / GW2API / 1.0.1 / GW2API.podspec.json
blob28a3615a96473db09080118e7b92befbf4647a6f
2   "name": "GW2API",
3   "version": "1.0.1",
4   "summary": "A simple Swift wrapper for the Guild Wars 2 API (Version 2).",
5   "description": "A Swift API wrapper for the Guild Wars 2 API (version 2) which allows players to access in-game data easily.",
6   "homepage": "https://github.com/Zhendryk/GW2API",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zhendryk": "jonathan.bailey@comcast.net"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/Zhendryk/GW2API.git",
19     "tag": "1.0.1"
20   },
21   "source_files": [
22     "GW2API",
23     "GW2API/**/*.{h,m,swift}"
24   ],
25   "exclude_files": "GW2API/GW2APITests",
26   "dependencies": {
27     "GenericAPIClient": [
29     ]
30   },
31   "swift_version": "4.2"