blob: 702ac2cf3c6be360853eced2ae10c6ccc909cf4d [file] [log] [blame]
{
"name": "GenAPI",
"version": "0.4.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.4.0"
},
"social_media_url": "https://twitter.com/thereallu5",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"watchos": "2.0"
},
"source_files": "GenAPI/Classes/**/*",
"swift_version": "5.0"
}