[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 4 / PromisesSwift / 1.0.2 / PromisesSwift.podspec.json
blob6edb658d2766081c1c70e54ad55c8eaa3603844d
2   "name": "PromisesSwift",
3   "version": "1.0.2",
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.0.2"
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": "9.0",
18     "osx": "10.10",
19     "tvos": "9.0"
20   },
21   "swift_version": "4.0",
22   "module_name": "Promises",
23   "source_files": "Sources/Promises/*.{swift}",
24   "dependencies": {
25     "PromisesObjC": [
26       "1.0.2"
27     ]
28   }