[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 4 / PromisesSwift / 2.4.0 / PromisesSwift.podspec.json
blobf2a1ca68f5fa30b42da2621d4bf72abdb6e841d6
2   "name": "PromisesSwift",
3   "version": "2.4.0",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache-2.0",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/google/promises",
10   "source": {
11     "git": "https://github.com/google/promises.git",
12     "tag": "2.4.0"
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   "cocoapods_version": ">= 1.12.0",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "tvos": "9.0",
21     "watchos": "2.0",
22     "visionos": "1.0"
23   },
24   "swift_versions": [
25     "5.0",
26     "5.2"
27   ],
28   "module_name": "Promises",
29   "source_files": "Sources/Promises/*.{swift}",
30   "resource_bundles": {
31     "Promises_Privacy": "Sources/Promises/Resources/PrivacyInfo.xcprivacy"
32   },
33   "dependencies": {
34     "PromisesObjC": [
35       "2.4.0"
36     ]
37   },
38   "swift_version": "5.2"