[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / 5 / BrightFutures / 3.0.0-beta.2 / BrightFutures.podspec.json
blob29479f625cea754543cc105fa69964e3e7f3188d
2   "name": "BrightFutures",
3   "version": "3.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": "v3.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.6-beta.1"
23     ]
24   },
25   "requires_arc": true