[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / f / 2 / 0 / Failable / 1.3.0 / Failable.podspec.json
blob7d6e189a45ffb5c5ac054aca604313335e53aa52
2   "name": "Failable",
3   "version": "1.3.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     "watchos": "2.0"
15   },
16   "source": {
17     "git": "https://github.com/washingtonpost/ios-failable.git",
18     "tag": "1.3.0"
19   },
20   "source_files": "Failable/**/*.swift"