blob: 4071e058da857b2d97697b0433887e24f7fea973 [file] [log] [blame]
{
"name": "VCHTTPConnect",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VCHTTPConnect/Classes/**/*",
"dependencies": {
"Alamofire": [
"4.4"
],
"ObjectMapper": [
"2.2"
],
"VCSwiftToolkit": [
"0.1.0"
]
},
"pushed_with_swift_version": "4.0"
}