[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 3 / 2 / 0 / PokemonKit / 1.0.1 / PokemonKit.podspec.json
blob2c765c91c5bf527d19be0cc27928763b22cef4fc
2   "name": "PokemonKit",
3   "version": "1.0.1",
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/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": "1.0.1"
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   }