[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 2 / 5 / Eventually / 0.1 / Eventually.podspec.json
blobd5536db2f7615afcdd7c8ec7aee72b5f7a3eb52b
2   "name": "Eventually",
3   "version": "0.1",
4   "summary": "SWift Future/Promise library",
5   "description": "A Swift Future/Promise library that can be used to model and transform asynchronous results",
6   "homepage": "https://github.com/nrkno/Eventually",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Johan Sørensen": "johan.sorensen@nrk.no"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10",
17     "watchos": "3.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/nrkno/Eventually.git",
22     "tag": "0.1"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "pushed_with_swift_version": "3.0"