[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / c / b / PokemonAPI / 6.0.2 / PokemonAPI.podspec.json
blobb4d7ef95ba5c7d201f62efae6c5d54bd6d3e48de
2   "name": "PokemonAPI",
3   "version": "6.0.2",
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": "6.0.2"
14   },
15   "social_media_url": "https://twitter.com/kinkofer",
16   "platforms": {
17     "ios": "11.0",
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     "PokemonAPI/Classes/**/*",
26     "PokemonAPI/Network/**/*",
27     "PokemonAPI/Utilities/**/*",
28     "PokemonAPI/WebServices/**/*"
29   ],
30   "swift_version": "5.0"