[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 7 / c / PromisedRestfulSwift / 1.0.0 / PromisedRestfulSwift.podspec.json
blob3822b49a85956f1ffa23ba9cf1b13b1f5f877bd8
2   "name": "PromisedRestfulSwift",
3   "version": "1.0.0",
4   "summary": "Provides a Restful API for SWIFT based on Promises.",
5   "homepage": "https://github.com/geigervlad/PromisedRestfulSwift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Vlad Geiger": "geiger.vlad.mihaly@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/geigervlad/PromisedRestfulSwift.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "11.4"
19   },
20   "swift_versions": "5.0",
21   "source_files": "PromisedRestfulSwift Sources/Sources/**/*",
22   "dependencies": {
23     "PromiseKit": [
24       "~> 6.13.0"
25     ]
26   },
27   "swift_version": "5.0"