[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / b / PokemonAPI / 3.0.0 / PokemonAPI.podspec.json
bloba15bf5c4c0e0a82fff8b3eeb800d14ed8cfb1c3a
2   "name": "PokemonAPI",
3   "version": "3.0.0",
4   "summary": "A wrapper for pokeapi v2",
5   "description": "PokemonAPI is a swift wrapper for Pokeapi.",
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": "3.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_version": "4.2",
23   "requires_arc": true,
24   "source_files": [
25     "Classes/**/*",
26     "Network/**/*",
27     "Utilities/**/*"
28   ]