[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / e / 7 / Either / 1.0.2 / Either.podspec.json
bloba480c3a0506a438edbbe5481e919ccbbcf137ff8
2   "name": "Either",
3   "version": "1.0.2",
4   "summary": "An implementation of Haskell's Either type in Swift",
5   "description": "From the Haskell documentation on the Either type:\n\nThe Either type represents values with two possibilities: a value of type Either a b is either Left a or Right b.\n\nThe Either type is sometimes used to represent a value which is either correct or an error; by convention, the Left constructor is used to hold an error value and the Right constructor is used to hold a correct value (mnemonic: \"right\" also means \"correct\").",
6   "homepage": "https://github.com/runkmc/either",
7   "license": "MIT",
8   "authors": {
9     "Kevin McGladdery": "kevin.mcgladdery@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/runkmc/either.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Either/**/*",
20   "pushed_with_swift_version": "3.0"