[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / 4 / VaingloryAPI / 0.1.1 / VaingloryAPI.podspec.json
blob14a9a68ed31fe15c0bf3034a8b73313d29c7762f
2   "name": "VaingloryAPI",
3   "version": "0.1.1",
4   "summary": "Api client for Vainglory game",
5   "description": "In 2017 Vainglory  game launched its first API in order to provide community a way to share stats of game.\nThis API is a swift implementation to obtain its data.",
6   "homepage": "https://github.com/salavert/vainglory-api",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jose Salavert": "salavert@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/salavert/vainglory-api.git",
19     "tag": "0.1.1"
20   },
21   "source_files": "VaingloryAPI/**/*.{h,m,swift}",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3"
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.4"
28     ],
29     "ObjectMapper": [
30       "~> 2.2"
31     ],
32     "Treasure": [
34     ]
35   },
36   "pushed_with_swift_version": "3.0"