blob: f5a3bafd5f68511dafea3366df4e845a9a4cd09a [file] [log] [blame]
{
"name": "Swiftz",
"version": "0.5.0",
"summary": "Swiftz is a Swift library for functional programming.",
"homepage": "https://github.com/typelift/Swiftz",
"license": {
"type": "BSD"
},
"authors": {
"CodaFi": "devteam.codafi@gmail.com",
"pthariensflame": "alexanderaltman@me.com"
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.1",
"watchos": "2.1"
},
"source": {
"git": "https://github.com/typelift/Swiftz.git",
"tag": "v0.5.0",
"submodules": true
},
"source_files": [
"Swiftz/*.swift",
"**/Swiftx/*.swift",
"Carthage/Checkouts/Operadics/Operators.swift"
]
}