[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 7 / Either / 0.1.0 / Either.podspec.json
blob856eb63da6351bfb506c20aef33e0ca65100361f
2   "name": "Either",
3   "version": "0.1.0",
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": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Either": [
22       "Pod/Assets/*.png"
23     ]
24   }