blob: 2c765c91c5bf527d19be0cc27928763b22cef4fc [file] [log] [blame]
{
"name": "PokemonKit",
"version": "1.0.1",
"summary": "A wrapper for pokeapi v2",
"description": "PokemonKit is a swift wrapper for Pokeapi.\nPokemonKit use Alamofire and PromiseKit for async web requests handling.",
"homepage": "https://github.com/ContinuousLearning/PokemonKit",
"license": "MIT",
"authors": {
"Yeung Yiu Hung": "hkclex@gmail.com"
},
"source": {
"git": "https://github.com/ContinuousLearning/PokemonKit.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/darkcl_dev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PokemonKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"AlamofireObjectMapper": [
"~> 2.1"
],
"PromiseKit": [
]
}
}