blob: 28a3615a96473db09080118e7b92befbf4647a6f [file] [log] [blame]
{
"name": "GW2API",
"version": "1.0.1",
"summary": "A simple Swift wrapper for the Guild Wars 2 API (Version 2).",
"description": "A Swift API wrapper for the Guild Wars 2 API (version 2) which allows players to access in-game data easily.",
"homepage": "https://github.com/Zhendryk/GW2API",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhendryk": "jonathan.bailey@comcast.net"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Zhendryk/GW2API.git",
"tag": "1.0.1"
},
"source_files": [
"GW2API",
"GW2API/**/*.{h,m,swift}"
],
"exclude_files": "GW2API/GW2APITests",
"dependencies": {
"GenericAPIClient": [
]
},
"swift_version": "4.2"
}