blob: 088b78e5fd37f98c3f371d512ba70bd4c650e004 [file] [log] [blame]
{
"name": "XCEPipeline",
"summary": "Custom pipeline operators for easy chaining in Swift.",
"version": "1.0.3",
"homepage": "https://XCEssentials.github.io/Pipeline",
"source": {
"git": "https://github.com/XCEssentials/Pipeline.git",
"tag": "1.0.3"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"swift_version": "4.2",
"cocoapods_version": ">= 0.36",
"source_files": "Sources/Pipeline/**/*.swift",
"platforms": {
"ios": "9.0",
"watchos": "3.0",
"tvos": "9.0",
"osx": "10.11"
}
}