[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 3 / 5 / SwiftRestModel / 2.0.3 / SwiftRestModel.podspec.json
blob067c088e8358d0bd0afc0ba980db34914f9ae1b8
2   "name": "SwiftRestModel",
3   "version": "2.0.3",
4   "summary": "Swift helper for REST models",
5   "homepage": "https://github.com/Rentlio/SwiftRestModel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Juraj Hilje": "juraj.hilje@gmail.com"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Rentlio/SwiftRestModel.git",
19     "tag": "2.0.3"
20   },
21   "source_files": "Source/*.swift",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0.1"
25     ],
26     "SwiftyJSON": [
27       "~> 3.1.0"
28     ],
29     "HTTPStatusCodes": [
30       "~> 3.1.0"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"