File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
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.2 .0'
42
+ pod ' RxCoreLocation' , ' ~> 1.3 .0'
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.2 .0
65
+ github "RxSwiftCommunity/RxCoreLocation" ~> 1.3 .0
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.2 .0" )
77
+ .Package (url : " https://github.com/RxSwiftCommunity/RxCoreLocation.git" , " 1.3 .0" )
78
78
]
79
79
)
80
80
```
You can’t perform that action at this time.
0 commit comments