blob: 586cf7dccd33e844d272d16631fe3c4af23950b5 [file] [log] [blame]
{
"name": "HTTPTransport",
"version": "4.1.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.1.0",
"branch": "master"
},
"source_files": "Source/HTTPTransport/HTTPTransport/Classes/**/*",
"requires_arc": true,
"dependencies": {
"Alamofire": [
]
}
}