blob: a26818abd51529e3c2b187e653cca83f7ce450d0 [file] [log] [blame]
{
"name": "PokemonAPI",
"version": "5.0.0",
"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": "5.0.0"
},
"social_media_url": "https://twitter.com/kinkofer",
"platforms": {
"ios": "9.3",
"osx": "10.11",
"tvos": "9.2",
"watchos": "2.2"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": [
"Classes/**/*",
"Network/**/*",
"Utilities/**/*"
],
"swift_version": "5.0"
}