blob: a8173ea3d36cfc8ebdb7c75f334e8aaa0603892f [file] [log] [blame]
{
"name": "XCEPipeline",
"summary": "Custom pipeline operators for easy chaining in Swift",
"version": "1.2.1",
"homepage": "https://XCEssentials.github.io/Pipeline",
"source": {
"git": "https://github.com/XCEssentials/Pipeline.git",
"tag": "1.2.1"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"swift_version": "4.2",
"cocoapods_version": ">= 1.5.3",
"platforms": {
"tvos": "9.0",
"osx": "10.11",
"ios": "9.0"
},
"testspecs": [
{
"name": "AllTests",
"test_type": "unit",
"requires_app_host": false,
"dependencies": {
"SwiftLint": [
]
},
"source_files": "Tests/AllTests/**/*"
}
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*"
},
{
"name": "Operators",
"dependencies": {
"XCEPipeline/Core": [
]
},
"source_files": "Sources/Operators/**/*"
}
]
}