blob: 66e4701577fd05a2a9000ab551be05978442e955 [file] [log] [blame]
{
"name": "Swiftz",
"version": "0.8.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": "0.8.0",
"submodules": true
},
"source_files": [
"Sources/Swiftz/*.swift",
"Carthage/Checkouts/Swiftx/Sources/Swiftx/*.swift",
"Carthage/Checkouts/Operadics/Sources/Operadics/Operators.swift"
]
}