blob: f37b924693d8bbe55e56e6c4c05bda88c569bbdf [file] [log] [blame]
{
"name": "HTTPTransport",
"version": "4.0.0",
"summary": "RedMadRobot HTTP transport library",
"description": "Based on Alamofire. Implements synchronous transport",
"homepage": "https://github.com/RedMadRobot/http-transport",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeorge Taflanidi": "et@redmadrobot.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RedMadRobot/http-transport.git",
"tag": "4.0.0",
"branch": "master"
},
"source_files": "Source/HTTPTransport/HTTPTransport/Classes/**/*",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.6"
]
}
}