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