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