blob: b6adcfcfe69b6b214528c7e1fb382ac1d74d6751 [file] [log] [blame]
{
"name": "VCHTTPConnect",
"version": "0.1.6",
"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.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VCHTTPConnect/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"ObjectMapper": [
"~> 3.0.0"
],
"VCSwiftToolkit": [
"~> 0.1.0"
]
},
"pushed_with_swift_version": "4.0"
}