blob: 67dc0d8e0f11855e34ed12380ef7e22eea371c2f [file] [log] [blame]
{
"name": "ReactiveTask",
"version": "0.16.0",
"summary": "Swift framework for launching shell tasks",
"description": "ReactiveTask is a Swift framework for launching shell tasks (processes), built using ReactiveSwift.",
"homepage": "https://github.com/Carthage/ReactiveTask",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Carthage",
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/Carthage/ReactiveTask.git",
"tag": "0.16.0"
},
"source_files": "Sources/*.{swift}",
"dependencies": {
"Result": [
"~> 4.1"
],
"ReactiveSwift": [
"~> 5.0"
]
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -suppress-warnings"
},
"cocoapods_version": ">= 1.4.0",
"swift_versions": "4.2",
"swift_version": "4.2"
}