[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 4 / 5 / ALEither / 0.1.8 / ALEither.podspec.json
blobbdf0276aadfa0c4d1c8d966a9a47cb8846ff378f
2   "name": "ALEither",
3   "version": "0.1.8",
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.8"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "12.2"
21   },
22   "swift_version": "5.0",
23   "source_files": "ALEither/Classes/**/*"