File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 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 = "ReSwiftRouter"
3
- s . version = "0.2.3 "
3
+ s . version = "0.2.4 "
4
4
s . summary = "Declarative Routing for ReSwift"
5
5
s . description = <<-DESC
6
6
A declarative router for ReSwift. Allows developers to declare routes in a similar manner as
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
18
18
s . watchos . deployment_target = '2.0'
19
19
s . requires_arc = true
20
20
s . source_files = 'ReSwiftRouter/**/*.swift'
21
- s . dependency 'ReSwift' , '~> 0.2.3 '
21
+ s . dependency 'ReSwift' , '~> 0.2.4 '
22
22
end
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.2.3 </string >
18
+ <string >0.2.4 </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