[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / c / b / PokemonAPI / 5.0.0 / PokemonAPI.podspec.json
bloba26818abd51529e3c2b187e653cca83f7ce450d0
2   "name": "PokemonAPI",
3   "version": "5.0.0",
4   "summary": "A wrapper for pokeapi v2",
5   "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.",
6   "homepage": "https://github.com/kinkofer/PokemonAPI",
7   "license": "MIT",
8   "authors": {
9     "Christopher Jennewein": "kinkofer@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kinkofer/PokemonAPI.git",
13     "tag": "5.0.0"
14   },
15   "social_media_url": "https://twitter.com/kinkofer",
16   "platforms": {
17     "ios": "9.3",
18     "osx": "10.11",
19     "tvos": "9.2",
20     "watchos": "2.2"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "source_files": [
25     "Classes/**/*",
26     "Network/**/*",
27     "Utilities/**/*"
28   ],
29   "swift_version": "5.0"