[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 5 / BrightFutures / 6.0.0 / BrightFutures.podspec.json
blobac4551cf32cea842630e70016ee265d88da508a2
2   "name": "BrightFutures",
3   "version": "6.0.0",
4   "license": "MIT",
5   "summary": "Write great asynchronous code in Swift using futures and promises",
6   "homepage": "https://github.com/Thomvis/BrightFutures",
7   "social_media_url": "https://twitter.com/thomvis",
8   "authors": {
9     "Thomas Visser": "thomas.visser@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Thomvis/BrightFutures.git",
13     "tag": "6.0.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Sources/BrightFutures/*.swift",
22   "dependencies": {
23     "Result": [
24       "~> 3.2.4"
25     ]
26   },
27   "requires_arc": true,
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.0"
30   },
31   "pushed_with_swift_version": "4.0"