[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / f / 2 / 0 / Failable / 1.2.1 / Failable.podspec.json
blob71a25ab2a73e9822411eff4d572f44bdc396c5ed
2   "name": "Failable",
3   "version": "1.2.1",
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     "watchos": "2.0"
14   },
15   "source": {
16     "git": "https://github.com/washingtonpost/ios-failable.git",
17     "tag": "1.2.1"
18   },
19   "source_files": "Failable/**/*.swift",
20   "pushed_with_swift_version": "4.0"