Skip to content

Commit b2b0aba

Browse files
committed
Updated the Readme file
1 parent e9768ea commit b2b0aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3939
platform :ios, '9.0'
4040
use_frameworks!
4141

42-
pod 'RxCoreLocation', '~> 1.0.2'
42+
pod 'RxCoreLocation', '~> 1.2.0'
4343
```
4444

4545
Then, run the following command:
@@ -62,7 +62,7 @@ $ brew install carthage
6262
To integrate RxCoreLocation into your Xcode project using Carthage, specify it in your `Cartfile`:
6363

6464
```ogdl
65-
github "RxSwiftCommunity/RxCoreLocation" ~> 1.0.2
65+
github "RxSwiftCommunity/RxCoreLocation" ~> 1.2.0
6666
```
6767
### Swift Package Manager
6868

@@ -74,7 +74,7 @@ import PackageDescription
7474
let package = Package(
7575
name: "HelloRxCoreLocation",
7676
dependencies: [
77-
.Package(url: "https://github.com/RxSwiftCommunity/RxCoreLocation.git", "1.0.2")
77+
.Package(url: "https://github.com/RxSwiftCommunity/RxCoreLocation.git", "1.2.0")
7878
]
7979
)
8080
```

0 commit comments

Comments
 (0)