blob: 8633ec2c1ea3e5a1d3005441410552211844dc7a [file] [log] [blame]
{
"name": "GTRest",
"version": "1.0.0",
"summary": "A lightweight Swift library for making web requests and consuming RESTful APIs!",
"description": "GTRest makes it super easy and straightforward to perform web requests and work with RESTful APIs in iOS projects using Swift.",
"homepage": "https://github.com/gabrieltheodoropoulos/GTRest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gabriel Theodoropoulos": "gabrielth.devel@gmail.com"
},
"social_media_url": "https://twitter.com/gabtheodor",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/gabrieltheodoropoulos/GTRest.git",
"tag": "1.0.0"
},
"source_files": "GTRest/Source/*.{swift}",
"swift_version": "4.2"
}