Skip to content

Commit

Permalink
Updates the Podfile to reference the Swift 4 version of ReactiveSwift. (
Browse files Browse the repository at this point in the history
#18)

* Updates the Podfile to reference the Swift 4 version of ReactiveSwift.

* Updates the Cartfile to reference the Swift 4 version of ReactiveSwift.
  • Loading branch information
zzcgumn authored and sergdort committed Nov 28, 2017
1 parent c6ba92b commit 77a517c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveCocoa/ReactiveSwift" ~> 2.0
github "ReactiveCocoa/ReactiveSwift" ~> 3.0
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Example app.
github "ReactiveCocoa/ReactiveCocoa" ~> 6.0
github "ReactiveCocoa/ReactiveCocoa" ~> 7.0
github "onevcat/Kingfisher" ~> 4.0

# Tests
Expand Down
8 changes: 4 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "Quick/Nimble" "v7.0.2"
github "ReactiveCocoa/ReactiveCocoa" "6.0.2"
github "ReactiveCocoa/ReactiveSwift" "2.0.1"
github "Quick/Nimble" "v7.0.3"
github "ReactiveCocoa/ReactiveCocoa" "7.0.1"
github "ReactiveCocoa/ReactiveSwift" "3.0.0"
github "antitypical/Result" "3.2.4"
github "onevcat/Kingfisher" "4.1.1"
github "onevcat/Kingfisher" "4.3.1"
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install! 'cocoapods',
use_frameworks!

def shared_pods
pod "ReactiveSwift", "~> 2.0"
pod "ReactiveSwift", "~> 3.0"
end

target "ReactiveFeedback" do
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
PODS:
- Kingfisher (4.1.0)
- Nimble (7.0.2)
- ReactiveSwift (2.0.1):
- ReactiveSwift (3.0.0):
- Result (~> 3.2)
- Result (3.2.4)

DEPENDENCIES:
- Kingfisher (~> 4.0)
- Nimble (~> 7.0)
- ReactiveSwift (~> 2.0)
- ReactiveSwift (~> 3.0)

SPEC CHECKSUMS:
Kingfisher: f14df8cbe576bf55f211fa589e9869bceb4ea87d
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
ReactiveSwift: 60a29ff35988a964fd2bb759755cb6594de523fc
ReactiveSwift: d9fe0db33c1aaabecb092e8de83cf52875c0de6f
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10

PODFILE CHECKSUM: 8382ae2e5d0edf1400362eaa2ce5cc2d16d032e9
PODFILE CHECKSUM: dc23c34506ccaf0f3eb382df20e83f60f9a00acc

COCOAPODS: 1.3.1
4 changes: 2 additions & 2 deletions ReactiveFeedback.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ReactiveFeedback"
s.version = "0.1.1"
s.version = "0.2.0"
s.summary = "Unidirectional reactive architecture"

s.description = <<-DESC
Expand All @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Babylonpartners/ReactiveFeedback.git", :tag => "#{s.version}" }
s.source_files = "ReactiveFeedback/*.{swift}"

s.dependency "ReactiveSwift", "~> 2.0"
s.dependency "ReactiveSwift", "~> 3.0"
end

0 comments on commit 77a517c

Please sign in to comment.