[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / d / 4 / PromisesSwift / 2.1.1 / PromisesSwift.podspec.json
blobddd65ff2650067162687de80f7f0983fc2bd27c3
2   "name": "PromisesSwift",
3   "version": "2.1.1",
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": "2.1.1"
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     "watchos": "2.0"
21   },
22   "swift_versions": [
23     "5.0",
24     "5.2"
25   ],
26   "module_name": "Promises",
27   "source_files": "Sources/Promises/*.{swift}",
28   "dependencies": {
29     "PromisesObjC": [
30       "2.1.1"
31     ]
32   },
33   "swift_version": "5.2"