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