[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / 0 / PokemonKit / 1.0.2 / PokemonKit.podspec.json
blob2f2d4278fb5a6ad62c7e6ea471881d1c7d992c81
2   "name": "PokemonKit",
3   "version": "1.0.2",
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.2"
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   }