File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "ReactiveTask"
3
3
# Version goes here and will be used to access the git tag later on, once we have a first release.
4
- s . version = "0.15 .0"
4
+ s . version = "0.16 .0"
5
5
s . summary = "Swift framework for launching shell tasks"
6
6
s . description = <<-DESC
7
7
ReactiveTask is a Swift framework for launching shell tasks (processes), built using ReactiveSwift.
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.15 .0 </string >
18
+ <string >0.16 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.15 .0 </string >
18
+ <string >0.16 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments