blob: 88e498c60c499b195a1c880eb7b76358e775f14c [file] [log] [blame]
{
"name": "GenAPI",
"version": "0.3.0",
"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.3.0"
},
"social_media_url": "https://twitter.com/thereallu5",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "GenAPI/Classes/**/*",
"dependencies": {
"ObjectDecoder": [
]
}
}