blob: cb3b11a6237fa056a1864adf70b90eff5a1a3fd2 [file] [log] [blame]
{
"name": "XCEPipeline",
"summary": "Custom pipeline operators for easy chaining in Swift.",
"version": "1.0.9",
"homepage": "https://XCEssentials.github.io/Pipeline",
"source": {
"git": "https://github.com/XCEssentials/Pipeline.git",
"tag": "1.0.9"
},
"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",
"watchos": "3.0",
"tvos": "9.0",
"osx": "10.11"
},
"testspecs": [
{
"name": "Tests-iOS",
"test_type": "unit",
"platforms": {
"ios": "9.0"
},
"requires_app_host": false,
"source_files": "Tests/**/*.swift",
"frameworks": "XCTest",
"dependencies": {
"SwiftLint": [
]
}
},
{
"name": "Tests-tvOS",
"test_type": "unit",
"platforms": {
"tvos": "9.0"
},
"requires_app_host": false,
"source_files": "Tests/**/*.swift",
"frameworks": "XCTest",
"dependencies": {
"SwiftLint": [
]
}
},
{
"name": "Tests-macOS",
"test_type": "unit",
"platforms": {
"osx": "10.11"
},
"requires_app_host": false,
"source_files": "Tests/**/*.swift",
"frameworks": "XCTest",
"dependencies": {
"SwiftLint": [
]
}
}
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift"
}
]
}