blob: e5c52f60bdf521b3ab65bd83b06016f0a0735a1b [file] [log] [blame]
{
"name": "XCEPipeline",
"summary": "Custom pipeline operators for easy chaining in Swift.",
"version": "1.0.8",
"homepage": "https://XCEssentials.github.io/Pipeline",
"source": {
"git": "https://github.com/XCEssentials/Pipeline.git",
"tag": "1.0.8"
},
"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": [
]
},
"script_phases": {
"name": "SwiftLint",
"script": "\"${PODS_ROOT}/SwiftLint/swiftlint\" --path ./../../",
"execution_position": "before_compile"
},
"pod_target_xcconfig": {
"EXPANDED_CODE_SIGN_IDENTITY": "-",
"EXPANDED_CODE_SIGN_IDENTITY_NAME": "-"
}
},
{
"name": "Tests-tvOS",
"test_type": "unit",
"platforms": {
"tvos": "9.0"
},
"requires_app_host": false,
"source_files": "Tests/**/*.swift",
"frameworks": "XCTest",
"dependencies": {
"SwiftLint": [
]
},
"script_phases": {
"name": "SwiftLint",
"script": "\"${PODS_ROOT}/SwiftLint/swiftlint\" --path ./../../",
"execution_position": "before_compile"
},
"pod_target_xcconfig": {
"EXPANDED_CODE_SIGN_IDENTITY": "-",
"EXPANDED_CODE_SIGN_IDENTITY_NAME": "-"
}
},
{
"name": "Tests-macOS",
"test_type": "unit",
"platforms": {
"osx": "10.11"
},
"requires_app_host": false,
"source_files": "Tests/**/*.swift",
"frameworks": "XCTest",
"dependencies": {
"SwiftLint": [
]
},
"script_phases": {
"name": "SwiftLint",
"script": "\"${PODS_ROOT}/SwiftLint/swiftlint\" --path ./../../",
"execution_position": "before_compile"
},
"pod_target_xcconfig": {
"EXPANDED_CODE_SIGN_IDENTITY": "-",
"EXPANDED_CODE_SIGN_IDENTITY_NAME": "-"
}
}
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift"
}
]
}