[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 2 / 0 / Failable / 1.0.0 / Failable.podspec.json
blobb95c22cfae70992aeb74bc7dad8dd3c64dd2c1c2
2   "name": "Failable",
3   "version": "1.0.0",
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": "1.0.0"
17   },
18   "source_files": "Failable/**/*.swift",
19   "pushed_with_swift_version": "3.0"