blob: e18717320230c5dc860ff1f3fef27e6bbfbc4fb7 [file] [log] [blame]
{
"name": "PokeDexLib",
"version": "0.1.1",
"summary": "A lib to find info about some pokemosn",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/GabrielPaybook/PokeDexLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gabriel Villarreal": "gabriel@paybook.me"
},
"source": {
"git": "https://github.com/GabrielPaybook/PokeDexLib.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PokeDexLib/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.4"
]
}
}