11## RxCoreLocation
22
33[ ![ Platforms] ( https://img.shields.io/cocoapods/p/RxCoreLocation.svg )] ( https://cocoapods.org/pods/RxCoreLocation )
4- [ ![ License] ( https://img.shields.io/cocoapods/l/RxCoreLocation.svg )] ( https://raw.githubusercontent.com/RxCoreLocation /RxCoreLocation/master/LICENSE )
4+ [ ![ License] ( https://img.shields.io/cocoapods/l/RxCoreLocation.svg )] ( https://raw.githubusercontent.com/RxSwiftCommunity /RxCoreLocation/master/LICENSE )
55
66[ ![ Swift Package Manager] ( https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg )] ( https://github.com/apple/swift-package-manager )
77[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
88[ ![ CocoaPods compatible] ( https://img.shields.io/cocoapods/v/RxCoreLocation.svg )] ( https://cocoapods.org/pods/RxCoreLocation )
99
10- [ ![ Travis] ( https://img.shields.io/travis/RxCoreLocation /RxCoreLocation/master.svg )] ( https://travis-ci.org/RxCoreLocation /RxCoreLocation/branches )
10+ [ ![ Travis] ( https://img.shields.io/travis/RxSwiftCommunity /RxCoreLocation/master.svg )] ( https://travis-ci.org/RxSwiftCommunity /RxCoreLocation/branches )
1111[ ![ JetpackSwift] ( https://img.shields.io/badge/JetpackSwift-framework-red.svg )] ( http://github.com/JetpackSwift/Framework )
1212
1313RxCoreLocation abstract the Rx behavior for Core Location
@@ -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 "RxCoreLocation /RxCoreLocation" ~> 1.0.0
65+ github "RxSwiftCommunity /RxCoreLocation" ~> 1.0.0
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/RxCoreLocation /RxCoreLocation.git" , " 1.0.0" )
77+ .Package (url : " https://github.com/RxSwiftCommunity /RxCoreLocation.git" , " 1.0.0" )
7878 ]
7979)
8080```
@@ -94,7 +94,7 @@ $ git init
9494- Add RxCoreLocation as a git [ submodule] ( http://git-scm.com/docs/git-submodule ) by running the following command:
9595
9696``` bash
97- $ git submodule add https://github.com/RxCoreLocation /RxCoreLocation.git
97+ $ git submodule add https://github.com/RxSwiftCommunity /RxCoreLocation.git
9898$ git submodule update --init --recursive
9999```
100100
@@ -118,7 +118,7 @@ $ git submodule update --init --recursive
118118
119119#### Embeded Binaries
120120
121- - Download the latest release from https://github.com/RxCoreLocation /RxCoreLocation/releases
121+ - Download the latest release from https://github.com/RxSwiftCommunity /RxCoreLocation/releases
122122- Next, select your application project in the Project Navigator (blue project icon) to navigate to the target configuration window and select the application target under the "Targets" heading in the sidebar.
123123- In the tab bar at the top of that window, open the "General" panel.
124124- Click on the ` + ` button under the "Embedded Binaries" section.
@@ -206,5 +206,5 @@ $ git submodule update --init --recursive
206206```
207207## License
208208
209- RxCoreLocation is released under the MIT license. See [ LICENSE] ( https://github.com/RxCoreLocation /RxCoreLocation/blob/master/LICENSE ) for details.
209+ RxCoreLocation is released under the MIT license. See [ LICENSE] ( https://github.com/RxSwiftCommunity /RxCoreLocation/blob/master/LICENSE ) for details.
210210![ Try me] ( https://media.giphy.com/media/d2jjuAZzDSVLZ5kI/giphy.gif )
0 commit comments