[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 9 / 4 / VaingloryAPI / 0.2.1 / VaingloryAPI.podspec.json
blob06034bcefca3d031ce3772b2ba5f1e1ecb426764
2   "name": "VaingloryAPI",
3   "version": "0.2.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.2.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     "Zip": [
36       "~> 0.7"
37     ]
38   },
39   "pushed_with_swift_version": "3.0"