[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / 5 / VCHTTPConnect / 0.1.8 / VCHTTPConnect.podspec.json
blobb4304af184b01a01f75f85cc04badcab4d3ad5be
2   "name": "VCHTTPConnect",
3   "version": "0.1.8",
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.8"
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   }