blob: 38d2e87259fc93f7f27d3a114f3a2c1c5143d265 [file] [log] [blame]
{
"name": "PokemonKit",
"version": "2.0.0",
"summary": "A wrapper for pokeapi v2",
"description": "PokemonKit is a swift wrapper for Pokeapi.\nPokemonKit use Alamofire 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": "2.0.0"
},
"social_media_url": "https://twitter.com/darkcl_dev",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"AlamofireObjectMapper": [
"~> 2.1"
]
}
}