Skip to content

Commit

Permalink
RxSwift 3.0.0 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
inkyfox committed Oct 31, 2016
1 parent cf82c4c commit 6c2793f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ PODS:
- GoogleMaps/Base (2.1.0)
- GoogleMaps/Maps (2.1.0):
- GoogleMaps/Base (= 2.1.0)
- RxCocoa (3.0.0-rc.1):
- RxSwift (~> 3.0.0-rc.1)
- RxGoogleMaps (2.1.2):
- RxCocoa (~> 3.0.0-rc.1)
- RxSwift (~> 3.0.0-rc.1)
- RxSwift (3.0.0-rc.1)
- RxCocoa (3.0.0):
- RxSwift (~> 3.0)
- RxGoogleMaps (2.1.3):
- RxCocoa (~> 3.0.0)
- RxSwift (~> 3.0.0)
- RxSwift (3.0.0)

DEPENDENCIES:
- GoogleMaps (~> 2.1.0)
Expand All @@ -21,9 +21,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
GoogleMaps: 06589b9a38097bce0cd6e90f0fd9b5e4b4a9344c
RxCocoa: e72a074a7f38896ec0382d096df5f58df10115c7
RxGoogleMaps: f402539893af9a68785506f988deafccd0d95ccb
RxSwift: d7a3819dd71789c473e3cbf1a0c02d58b2692739
RxCocoa: 0a2f3ae381cf16f4021a4cee7a4420f83058a965
RxGoogleMaps: f0ca4fb55863359b30ab04026faf36e19d19239c
RxSwift: a930cd662f5b4a7ca9dc3518585dba91dadf497c

PODFILE CHECKSUM: 71aee9cbf63e0f6325ab78366a9e3c7e2e7a7596

Expand Down
6 changes: 3 additions & 3 deletions RxGoogleMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxGoogleMaps"
s.version = "2.1.2"
s.version = "2.1.3"
s.summary = "RxSwift reactive wrapper for GoogleMaps SDK."
s.homepage = "https://github.com/RxSwiftCommunity/RxGoogleMaps"
s.license = 'MIT'
Expand All @@ -11,8 +11,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.source_files = 'Sources/*.swift'
s.preserve_paths = 'RxGoogleMapsBridge.swift'
s.dependency 'RxSwift', '~> 3.0.0-rc.1'
s.dependency 'RxCocoa', '~> 3.0.0-rc.1'
s.dependency 'RxSwift', '~> 3.0.0'
s.dependency 'RxCocoa', '~> 3.0.0'
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.0'
}
Expand Down

0 comments on commit 6c2793f

Please sign in to comment.