[Add] AirshipContentExtension 18.13.0
[CocoaPods.git] / Specs / a / 4 / 5 / ALEither / 0.1.6 / ALEither.podspec.json
blobf3327a4d930c69b5b2890f7b9edcb88ae99a6245
2   "name": "ALEither",
3   "version": "0.1.6",
4   "summary": "Either monad in swift",
5   "description": "Simple idea of Either monad implemented in Swift. Supports map,flatMap,fork etc",
6   "homepage": "https://github.com/AlexHmelevski/ALEither.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AlexHmelevskiAG": "alexei.hmelevski@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AlexHmelevski/ALEither.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "source_files": "ALEither/Classes/**/*"