blob: b4d7ef95ba5c7d201f62efae6c5d54bd6d3e48de [file] [log] [blame]
{
"name": "PokemonAPI",
"version": "6.0.2",
"summary": "A wrapper for pokeapi v2",
"description": "PokemonAPI is a swift wrapper for PokéAPI (pokeapi.co).\nEasily call web services to get info about Pokemon and the Pokemon games.\nThe framework supports paginated responses, allowing you to quickly get the next results or a specific page.\nLinked resources can quickly be turned into their associated classes via a generic `fetch(_ resource:)` function.\nAll code is Swift native with no third party frameworks.",
"homepage": "https://github.com/kinkofer/PokemonAPI",
"license": "MIT",
"authors": {
"Christopher Jennewein": "kinkofer@gmail.com"
},
"source": {
"git": "https://github.com/kinkofer/PokemonAPI.git",
"tag": "6.0.2"
},
"social_media_url": "https://twitter.com/kinkofer",
"platforms": {
"ios": "11.0",
"osx": "10.11",
"tvos": "9.2",
"watchos": "2.2"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": [
"PokemonAPI/Classes/**/*",
"PokemonAPI/Network/**/*",
"PokemonAPI/Utilities/**/*",
"PokemonAPI/WebServices/**/*"
],
"swift_version": "5.0"
}