[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 5 / BrightFutures / 3.0.0 / BrightFutures.podspec.json
blobf47c572ee5c40bf3b8fd94589d17bcdcf0bbdb6c
2   "name": "BrightFutures",
3   "version": "3.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/thomvis88",
8   "authors": {
9     "Thomas Visser": "thomas.visser@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Thomvis/BrightFutures.git",
13     "tag": "v3.0.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source_files": "BrightFutures/*.swift",
20   "dependencies": {
21     "Result": [
22       "0.6.0-beta.4"
23     ]
24   },
25   "requires_arc": true