Skip to content

Commit 2955133

Browse files
committed
Small dependencies fix
1 parent 6fa2e38 commit 2955133

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AppRouter.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "AppRouter"
4-
s.version = "3.0.1"
4+
s.version = "3.0.2"
55
s.summary = "UIViewController creation, navigation, utility methods for easy routing"
66

77
s.homepage = "https://github.com/MLSDev/AppRouter"
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222

2323
s.subspec 'RxSwift' do |rxswift|
2424
rxswift.dependency 'AppRouter/Core'
25-
rxswift.dependency 'RxSwift', '~> 3.0.0'
25+
rxswift.dependency 'RxSwift', '~> 3.0'
2626
rxswift.source_files = 'Sources/RxSwift/*.swift'
2727
end
2828
end

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" ~> 3.0.0
1+
github "ReactiveX/RxSwift"

Plists/AppRouter.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.1</string>
18+
<string>3.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)