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