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