blob: 4e0ba5ca198dbe295a9d3065042800371aaa83a5 [file] [log] [blame]
{
"name": "Bow",
"version": "0.0.0.2",
"summary": "Bow is a library for Typed Functional Programming in Swift.",
"homepage": "https://github.com/arrow-kt/bow",
"license": {
"type": "Copyright"
},
"authors": "The Bow authors",
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.1",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/arrow-kt/bow.git",
"tag": "0.0.0.2"
},
"source_files": "Sources/Bow/*.swift"
}