[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 2 / 0 / ReactiveTask / 0.16.0 / ReactiveTask.podspec.json
blob67dc0d8e0f11855e34ed12380ef7e22eea371c2f
2   "name": "ReactiveTask",
3   "version": "0.16.0",
4   "summary": "Swift framework for launching shell tasks",
5   "description": "ReactiveTask is a Swift framework for launching shell tasks (processes), built using ReactiveSwift.",
6   "homepage": "https://github.com/Carthage/ReactiveTask",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "Carthage",
12   "platforms": {
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/Carthage/ReactiveTask.git",
17     "tag": "0.16.0"
18   },
19   "source_files": "Sources/*.{swift}",
20   "dependencies": {
21     "Result": [
22       "~> 4.1"
23     ],
24     "ReactiveSwift": [
25       "~> 5.0"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -suppress-warnings"
30   },
31   "cocoapods_version": ">= 1.4.0",
32   "swift_versions": "4.2",
33   "swift_version": "4.2"