blob: 2339fcc69ab43ca5fb1b4debbe3f077d4d2aee41 [file] [log] [blame]
{
"name": "XCEPipeline",
"summary": "Custom pipeline operators for easy chaining in Swift.",
"version": "1.0.1",
"homepage": "https://XCEssentials.github.io/Pipeline",
"source": {
"git": "https://github.com/XCEssentials/Pipeline.git",
"tag": "1.0.1"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/Pipeline/**/*.swift"
}