File tree 3 files changed +4
-16
lines changed
3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 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
-
7
1
## Contributing
8
2
9
3
1 . Fork the repo.
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ Pod::Spec.new do |s|
3
3
s . version = '4.1.1'
4
4
s . license = { :type => 'Apache License, Version 2.0' , :file => 'LICENSE' }
5
5
s . summary = 'Elegant NTP client in Swift'
6
- s . homepage = 'https://github.com/lyft /Kronos'
6
+ s . homepage = 'https://github.com/MobileNativeFoundation /Kronos'
7
7
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 }
9
9
s . swift_versions = [ '5.0' , '5.2' ]
10
10
11
11
s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ be affected by changes in the clock.
6
6
7
7
## Example app
8
8
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
10
10
example app that displays the monotonic ` Clock.now ` on the left and the
11
11
system clock (initially out of date) on the right.
12
12
@@ -96,7 +96,7 @@ $ swift build
96
96
To integrate Kronos into your project using Carthage, specify it in your ` Cartfile ` :
97
97
98
98
``` carthage
99
- github "lyft /Kronos"
99
+ github "MobileNativeFoundation /Kronos"
100
100
```
101
101
102
102
Then, run the following command:
@@ -106,9 +106,3 @@ $ carthage update
106
106
```
107
107
108
108
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.
You can’t perform that action at this time.
0 commit comments