blob: 941cb6df2a2cbb163a86e1f8e91a33a20ed93a5c [file] [log] [blame]
{
"name": "LVGMonads",
"version": "1.0.1",
"summary": "Haskell-like Monads implemented in Swift.",
"homepage": "https://github.com/letvargo/LVGMonads",
"description": "Haskell-like Monads implemented in Swift, starting with the IO Monad.",
"license": "MIT",
"authors": {
"letvargo": "letvargo@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/letvargo/LVGMonads.git",
"tag": "1.0.1"
},
"source_files": "Source/**/*",
"requires_arc": true,
"subspecs": [
{
"name": "IO",
"source_files": "Source/IO.swift",
"dependencies": {
"LVGMonads/Operators": [
]
}
},
{
"name": "Operators",
"source_files": "Source/Operators.swift"
}
]
}