File tree 2 files changed +4
-4
lines changed
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'
39
39
platform :ios , ' 9.0'
40
40
use_frameworks!
41
41
42
- pod ' RxCoreLocation' , ' ~> 1.3.1 '
42
+ pod ' RxCoreLocation' , ' ~> 1.4 '
43
43
```
44
44
45
45
Then, run the following command:
@@ -62,7 +62,7 @@ $ brew install carthage
62
62
To integrate RxCoreLocation into your Xcode project using Carthage, specify it in your ` Cartfile ` :
63
63
64
64
``` ogdl
65
- github "RxSwiftCommunity/RxCoreLocation" ~> 1.3.1
65
+ github "RxSwiftCommunity/RxCoreLocation" ~> 1.4
66
66
```
67
67
### Swift Package Manager
68
68
@@ -74,7 +74,7 @@ import PackageDescription
74
74
let package = Package (
75
75
name : " HelloRxCoreLocation" ,
76
76
dependencies : [
77
- .Package (url : " https://github.com/RxSwiftCommunity/RxCoreLocation.git" , " 1.3.1 " )
77
+ .Package (url : " https://github.com/RxSwiftCommunity/RxCoreLocation.git" , " 1.4 " )
78
78
]
79
79
)
80
80
```
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'RxCoreLocation'
3
- s . version = '1.3.4 '
3
+ s . version = '1.4.0 '
4
4
s . license = { :type => "MIT" , :file => "LICENSE" }
5
5
s . summary = 'RxCoreLocation abstract the Rx behavior for Core Location'
6
6
s . homepage = 'http://github.com/RxSwiftCommunity/RxCoreLocation'
You can’t perform that action at this time.
0 commit comments