File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- github "ReactiveX/RxSwift" ~> 4.1
1
+ github "ReactiveX/RxSwift" ~> 5.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ let package = Package(
15
15
dependencies: [
16
16
// Dependencies declare other packages that this package depends on.
17
17
// .package(url: /* package url */, from: "1.0.0"),
18
- . package ( url: " https://github.com/ReactiveX/RxSwift.git " , . upToNextMajor( from: " 4 .0.0" ) ) ,
18
+ . package ( url: " https://github.com/ReactiveX/RxSwift.git " , . upToNextMajor( from: " 5 .0.0" ) ) ,
19
19
] ,
20
20
targets: [
21
21
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxContacts"
3
- s . version = "1.0.2 "
3
+ s . version = "1.0.3 "
4
4
s . summary = "RxSwift extensions for Contacts framework."
5
5
6
6
s . homepage = "https://github.com/RxSwiftCommunity/RxContacts"
7
7
s . license = { :type => "MIT" , :file => "LICENSE" }
8
8
s . author = { "Satish Babariya" => "satish.babariya@gmail.com" }
9
9
10
10
s . cocoapods_version = '>= 1.4.0'
11
- s . swift_version = '4 .0'
11
+ s . swift_version = '5 .0'
12
12
13
13
s . ios . deployment_target = "9.0"
14
14
s . osx . deployment_target = "10.12"
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
s . framework = "Foundation" , "Contacts"
20
20
21
21
s . static_framework = true
22
- s . dependency 'RxSwift' , '~> 4 '
23
- s . dependency 'RxCocoa' , '~> 4 '
22
+ s . dependency 'RxSwift' , '~> 5 '
23
+ s . dependency 'RxCocoa' , '~> 5 '
24
24
25
25
end
You can’t perform that action at this time.
0 commit comments