Skip to content

Commit 92a9f31

Browse files
authored
Merge pull request #2 from gordoneliel/master
update carthage, spm & cocoapods to RxSwift 5
2 parents 5db26b2 + 4034133 commit 92a9f31

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" ~> 4.1
1+
github "ReactiveX/RxSwift" ~> 5.0

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
// Dependencies declare other packages that this package depends on.
1717
// .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")),
1919
],
2020
targets: [
2121
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

RxContacts.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "RxContacts"
3-
s.version = "1.0.2"
3+
s.version = "1.0.3"
44
s.summary = "RxSwift extensions for Contacts framework."
55

66
s.homepage = "https://github.com/RxSwiftCommunity/RxContacts"
77
s.license = { :type => "MIT", :file => "LICENSE" }
88
s.author = { "Satish Babariya" => "satish.babariya@gmail.com" }
99

1010
s.cocoapods_version = '>= 1.4.0'
11-
s.swift_version = '4.0'
11+
s.swift_version = '5.0'
1212

1313
s.ios.deployment_target = "9.0"
1414
s.osx.deployment_target = "10.12"
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.framework = "Foundation" ,"Contacts"
2020

2121
s.static_framework = true
22-
s.dependency 'RxSwift', '~> 4'
23-
s.dependency 'RxCocoa', '~> 4'
22+
s.dependency 'RxSwift', '~> 5'
23+
s.dependency 'RxCocoa', '~> 5'
2424

2525
end

0 commit comments

Comments
 (0)