[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 1 / a / 5 / VCHTTPConnect / 0.1.5 / VCHTTPConnect.podspec.json
bloba36393034a4c7197a7a44d5c07eb904147dcf129
2   "name": "VCHTTPConnect",
3   "version": "0.1.5",
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.5"
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.0.0"
28     ],
29     "VCSwiftToolkit": [
30       "~> 0.1.0"
31     ]
32   },
33   "pushed_with_swift_version": "4.0"