[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / c / 5 / BrightFutures / 2.0.0-beta.1 / BrightFutures.podspec.json
blob33b880be8bc44c1e6bc74b235f24bee60dd5a730
2   "name": "BrightFutures",
3   "version": "2.0.0-beta.1",
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.1"
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