blob: 25d08d756514aeca75b324db5d3176a6f6c46f42 [file] [log] [blame]
{
"name": "GenAPI",
"version": "0.2.2",
"summary": "GenAPI is lightweight, Swift, Generics based library for consuming REST APIs.",
"description": "Use GenAPI to easily consume REST API's in a way that takes advantage of Swift Generics.",
"homepage": "https://github.com/LucasBest/GenAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Best": "lucas.best.5@gmail.com"
},
"source": {
"git": "https://github.com/LucasBest/GenAPI.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GenAPI/Classes/**/*",
"dependencies": {
"ObjectDecoder": [
]
}
}