[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 1 / a / 5 / VCHTTPConnect / 0.1.7 / VCHTTPConnect.podspec.json
blob1086cbe20639cb43a489d0df5ae781d3bd0fdc4a
2   "name": "VCHTTPConnect",
3   "version": "0.1.7",
4   "summary": "Awesome and simple way to make HTTP connections on iOS using Swift 3.",
5   "description": "This is wrapper around the awesome SwiftHTTP library. The intention here is to be as simple as possible when making HTTP connections.",
6   "homepage": "https://github.com/ripventura/VCHTTPConnect",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ripventura": "vitorcesco@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ripventura/VCHTTPConnect.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "VCHTTPConnect/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.4"
25     ],
26     "ObjectMapper": [
27       "~> 3.1"
28     ],
29     "VCSwiftToolkit": [
30       "~> 0.1"
31     ]
32   }