[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 2 / 5 / Eventually / 0.4 / Eventually.podspec.json
blob657fe4a10e18abcb353451f1a24e071d933cc5b3
2   "name": "Eventually",
3   "version": "0.4",
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.4"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "pushed_with_swift_version": "3.0"