[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 2 / 0 / PokemonKit / 2.0.0 / PokemonKit.podspec.json
blob38d2e87259fc93f7f27d3a114f3a2c1c5143d265
2   "name": "PokemonKit",
3   "version": "2.0.0",
4   "summary": "A wrapper for pokeapi v2",
5   "description": "PokemonKit is a swift wrapper for Pokeapi.\nPokemonKit use Alamofire web requests handling.",
6   "homepage": "https://github.com/ContinuousLearning/PokemonKit",
7   "license": "MIT",
8   "authors": {
9     "Yeung Yiu Hung": "hkclex@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ContinuousLearning/PokemonKit.git",
13     "tag": "2.0.0"
14   },
15   "social_media_url": "https://twitter.com/darkcl_dev",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "requires_arc": true,
23   "source_files": "Classes/**/*",
24   "dependencies": {
25     "Alamofire": [
26       "~> 3.0"
27     ],
28     "AlamofireObjectMapper": [
29       "~> 2.1"
30     ]
31   }