File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3939platform :ios , ' 9.0'
4040use_frameworks!
4141
42- pod ' RxCoreLocation' , ' ~> 1.3.1 '
42+ pod ' RxCoreLocation' , ' ~> 1.4 '
4343```
4444
4545Then, run the following command:
@@ -62,7 +62,7 @@ $ brew install carthage
6262To integrate RxCoreLocation into your Xcode project using Carthage, specify it in your ` Cartfile ` :
6363
6464``` ogdl
65- github "RxSwiftCommunity/RxCoreLocation" ~> 1.3.1
65+ github "RxSwiftCommunity/RxCoreLocation" ~> 1.4
6666```
6767### Swift Package Manager
6868
@@ -74,7 +74,7 @@ import PackageDescription
7474let package = Package (
7575 name : " HelloRxCoreLocation" ,
7676 dependencies : [
77- .Package (url : " https://github.com/RxSwiftCommunity/RxCoreLocation.git" , " 1.3.1 " )
77+ .Package (url : " https://github.com/RxSwiftCommunity/RxCoreLocation.git" , " 1.4 " )
7878 ]
7979)
8080```
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'RxCoreLocation'
3- s . version = '1.3.4 '
3+ s . version = '1.4.0 '
44 s . license = { :type => "MIT" , :file => "LICENSE" }
55 s . summary = 'RxCoreLocation abstract the Rx behavior for Core Location'
66 s . homepage = 'http://github.com/RxSwiftCommunity/RxCoreLocation'
You can’t perform that action at this time.
0 commit comments