[Add] StripeFinancialConnections 24.1.2
[CocoaPods.git] / Specs / a / 4 / 5 / ALEither / 0.1.0 / ALEither.podspec.json
blob28e3b2f652156425bcb96e2009035e4bff0881f4
2   "name": "ALEither",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ALEither/Classes/**/*",
22   "pushed_with_swift_version": "3.0"