[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 5 / BrightFutures / 2.0.0-beta.2 / BrightFutures.podspec.json
blob562bb7f1f5903dc3aaf698e365c103a535273d93
2   "name": "BrightFutures",
3   "version": "2.0.0-beta.2",
4   "license": "MIT",
5   "summary": "A simple Futures & Promises library for iOS and OS X written in Swift",
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": "v2.0.0-beta.2"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source_files": "BrightFutures/*.swift",
20   "dependencies": {
21     "Result": [
22       "~> 0.4.2"
23     ]
24   },
25   "requires_arc": true