[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 0 / MLFPromisesSwift / 1.2.8 / MLFPromisesSwift.podspec.json
blobf308768d15abdbe6a2bf870087ab1189e97ebc8c
2   "name": "MLFPromisesSwift",
3   "version": "1.2.8",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/google/promises",
10   "source": {
11     "git": "https://github.com/google/promises.git",
12     "tag": "1.2.8"
13   },
14   "summary": "Synchronization construct for Swift",
15   "description": "Promises is a modern framework that provides a synchronization construct for\nSwift to facilitate writing asynchronous code.",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "module_name": "Promises",
23   "source_files": "Sources/Promises/*.{swift}",
24   "dependencies": {
25     "MLFPromisesObjC": [
26       "1.2.8"
27     ]
28   }