[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 3 / LVGMonads / 1.0.1 / LVGMonads.podspec.json
blob941cb6df2a2cbb163a86e1f8e91a33a20ed93a5c
2   "name": "LVGMonads",
3   "version": "1.0.1",
4   "summary": "Haskell-like Monads implemented in Swift.",
5   "homepage": "https://github.com/letvargo/LVGMonads",
6   "description": "Haskell-like Monads implemented in Swift, starting with the IO Monad.",
7   "license": "MIT",
8   "authors": {
9     "letvargo": "letvargo@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/letvargo/LVGMonads.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "Source/**/*",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "IO",
24       "source_files": "Source/IO.swift",
25       "dependencies": {
26         "LVGMonads/Operators": [
28         ]
29       }
30     },
31     {
32       "name": "Operators",
33       "source_files": "Source/Operators.swift"
34     }
35   ]