blob: ce40ec15e7eace2362bf3677efaa2651a903d2f2 [file] [log] [blame]
{
"name": "Swiftz",
"version": "0.6.3",
"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.6.3",
"submodules": true
},
"compiler_flags": "-D XCODE_BUILD",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-DXCODE_BUILD"
},
"source_files": [
"Swiftz/Sources/*.swift",
"Carthage/Checkouts/Swiftx/Sources/*.swift",
"Carthage/Checkouts/Operadics/Operators.swift"
],
"pushed_with_swift_version": "3.0"
}