blob: 6eeb2bb42ea6066b8442031c03cae1873e9b648d [file] [log] [blame]
{
"name": "WolfPipe",
"version": "0.1.2",
"summary": "A simple implementation of the forward pipe operator.",
"homepage": "https://github.com/wolfmcnally/WolfPipe",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfPipe.git",
"tag": "0.1.2"
},
"source_files": "WolfPipe/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfPipe"
}