blob: 858eb7edd7e8d11b0c6352de79d88f42412ccdb7 [file] [log] [blame]
{
"name": "Swiftz",
"version": "0.2.2",
"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"
},
"source": {
"git": "https://github.com/typelift/Swiftz.git",
"tag": "v0.2.2",
"submodules": true
},
"source_files": [
"Swiftz/*.swift",
"**/Swiftx/*.swift"
],
"exclude_files": "**/Swiftx/Operators.swift"
}