blob: 3a919efaab640e33568c880adcd85bbe54ab7c9e [file] [log] [blame]
{
"name": "VCHTTPConnect",
"version": "0.0.48",
"summary": "Awesome and simple way to make HTTP connections on iOS using Swift 3.",
"description": "This is wrapper around the awesome SwiftHTTP library. The intention here is to be as simple as possible when making HTTP connections.",
"homepage": "https://github.com/ripventura/VCHTTPConnect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ripventura": "vitorcesco@gmail.com"
},
"source": {
"git": "https://github.com/ripventura/VCHTTPConnect.git",
"tag": "0.0.48"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VCHTTPConnect/Classes/**/*",
"dependencies": {
"Alamofire": [
"4.4"
],
"ObjectMapper": [
"2.2"
],
"VCSwiftToolkit": [
"0.0.10"
]
},
"pushed_with_swift_version": "3.0"
}