[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 1 / a / 5 / VCHTTPConnect / 0.0.48 / VCHTTPConnect.podspec.json
blob3a919efaab640e33568c880adcd85bbe54ab7c9e
2   "name": "VCHTTPConnect",
3   "version": "0.0.48",
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.0.48"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "VCHTTPConnect/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "4.4"
25     ],
26     "ObjectMapper": [
27       "2.2"
28     ],
29     "VCSwiftToolkit": [
30       "0.0.10"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"