Skip to content

Commit

Permalink
RxSwift: Readme changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgodwinx committed Jun 8, 2018
1 parent b5c1407 commit a2a89f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

pod 'RxCoreLocation', '~> 1.2.0'
pod 'RxCoreLocation', '~> 1.3.0'
```

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

```ogdl
github "RxSwiftCommunity/RxCoreLocation" ~> 1.2.0
github "RxSwiftCommunity/RxCoreLocation" ~> 1.3.0
```
### Swift Package Manager

Expand All @@ -74,7 +74,7 @@ import PackageDescription
let package = Package(
name: "HelloRxCoreLocation",
dependencies: [
.Package(url: "https://github.com/RxSwiftCommunity/RxCoreLocation.git", "1.2.0")
.Package(url: "https://github.com/RxSwiftCommunity/RxCoreLocation.git", "1.3.0")
]
)
```
Expand Down

0 comments on commit a2a89f8

Please sign in to comment.