Skip to content

Commit c2fd5cc

Browse files
authored
This replaces some of the Lyft URLs and removes outdated stuff Signed-off-by: Keith Smiley <[email protected]>
1 parent 973b345 commit c2fd5cc

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

CONTRIBUTING.md

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
## Code of conduct
2-
3-
This project is governed by [Lyft's code of
4-
conduct](https://github.com/lyft/code-of-conduct).
5-
All contributors and participants agree to abide by its terms.
6-
71
## Contributing
82

93
1. Fork the repo.

Kronos.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Pod::Spec.new do |s|
33
s.version = '4.1.1'
44
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
55
s.summary = 'Elegant NTP client in Swift'
6-
s.homepage = 'https://github.com/lyft/Kronos'
6+
s.homepage = 'https://github.com/MobileNativeFoundation/Kronos'
77
s.authors = { 'Martin Conte Mac Donell' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/Lyft/Kronos.git', :tag => s.version }
8+
s.source = { :git => 'https://github.com/MobileNativeFoundation/Kronos.git', :tag => s.version }
99
s.swift_versions = ['5.0', '5.2']
1010

1111
s.ios.deployment_target = '8.0'

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ be affected by changes in the clock.
66

77
## Example app
88

9-
[This](https://github.com/lyft/Kronos/blob/master/Example/main.swift) is an
9+
[This](https://github.com/MobileNativeFoundation/Kronos/blob/master/Example/main.swift) is an
1010
example app that displays the monotonic `Clock.now` on the left and the
1111
system clock (initially out of date) on the right.
1212

@@ -96,7 +96,7 @@ $ swift build
9696
To integrate Kronos into your project using Carthage, specify it in your `Cartfile`:
9797

9898
```carthage
99-
github "lyft/Kronos"
99+
github "MobileNativeFoundation/Kronos"
100100
```
101101

102102
Then, run the following command:
@@ -106,9 +106,3 @@ $ carthage update
106106
```
107107

108108
Looking for Kronos for your Android application? Check out [Kronos for Android](https://github.com/lyft/Kronos-Android)
109-
110-
111-
## License
112-
113-
Kronos is maintained by [Lyft](https://www.lyft.com/) and released under
114-
the Apache 2.0 license. See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)