[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 0 / Failable / 0.1.0 / Failable.podspec.json
blobd5696d32198687fc4cf507b11128c6efc8142c5b
2   "name": "Failable",
3   "version": "0.1.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": "The Washington Post",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/washingtonpost/ios-failable.git",
14     "tag": "0.1.0"
15   },
16   "source_files": "Failable/**/*.swift",
17   "dependencies": {
18     "ObjectMapper": [
19       "~> 1.3"
20     ]
21   }