[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 2 / 0 / Failable / 1.4.0 / Failable.podspec.json
blob27db87c1671e3b237e653f728ff59b00f87cb7a6
2   "name": "Failable",
3   "version": "1.4.0",
4   "swift_version": "4.0",
5   "summary": "Closure data using Either monad.",
6   "description": "An iOS version of Either monad returning either data T or NSError",
7   "homepage": "https://github.com/washingtonpost/ios-failable",
8   "license": "MIT",
9   "authors": {
10     "The Washington Post": "iosdevpluscontractors@washpost.com"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/washingtonpost/ios-failable.git",
19     "tag": "1.4.0"
20   },
21   "source_files": "Failable/**/*.swift"