blob: 06034bcefca3d031ce3772b2ba5f1e1ecb426764 [file] [log] [blame]
{
"name": "VaingloryAPI",
"version": "0.2.1",
"summary": "Api client for Vainglory game",
"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.",
"homepage": "https://github.com/salavert/vainglory-api",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jose Salavert": "salavert@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/salavert/vainglory-api.git",
"tag": "0.2.1"
},
"source_files": "VaingloryAPI/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"ObjectMapper": [
"~> 2.2"
],
"Treasure": [
],
"Zip": [
"~> 0.7"
]
},
"pushed_with_swift_version": "3.0"
}