blob: 768af20e15fa6606e9189b2ff67812b3d83076c4 [file] [log] [blame]
{
"name": "Swiftz",
"version": "0.3.1",
"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.3.1",
"submodules": true
},
"source_files": [
"Swiftz/*.swift",
"**/Swiftx/*.swift",
"Carthage/Checkouts/Operadics/*.swift"
]
}