blob: e2be52413d6449965f01972d28a5d4c5d615bcbe [file] [log] [blame]
{
"name": "Swiftz",
"version": "0.3.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"
},
"source": {
"git": "https://github.com/typelift/Swiftz.git",
"tag": "v0.3.0",
"submodules": true
},
"source_files": [
"Swiftz/*.swift",
"**/Swiftx/*.swift",
"**/Operadics/*.swift"
]
}