Skip to content

Commit e15c512

Browse files
committed
Update GitHub references
1 parent 03cb0cb commit e15c512

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Type-Safe Associated Objects in Swift
22

3-
[![Version](https://img.shields.io/badge/version-v3.0.2-blue.svg)](https://github.com/kballard/swift-tsao/releases/latest)
3+
[![Version](https://img.shields.io/badge/version-v3.0.2-blue.svg)](https://github.com/lilyball/swift-tsao/releases/latest)
44
![Platforms](https://img.shields.io/badge/platforms-ios%20%7C%20osx%20%7C%20watchos%20%7C%20tvos-lightgrey.svg)
55
![Languages](https://img.shields.io/badge/languages-swift%202.2-orange.svg)
6-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kballard/swift-tsao/blob/master/LICENSE.txt)
6+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lilyball/swift-tsao/blob/master/LICENSE.txt)
77
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)][Carthage]
88
[![CocoaPods](https://img.shields.io/cocoapods/v/swift-tsao.svg)](http://cocoadocs.org/docsets/swift-tsao)
99

swift-tsao.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
expected type.
1111
DESC
1212

13-
s.homepage = "https://github.com/kballard/swift-tsao"
13+
s.homepage = "https://github.com/lilyball/swift-tsao"
1414
s.license = { :type => "MIT", :file => "LICENSE.txt" }
1515
s.author = { "Lily Ballard" => "[email protected]" }
1616

@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
2121

2222
s.swift_version = '4.0'
2323

24-
s.source = { :git => "https://github.com/kballard/swift-tsao.git", :tag => "v#{s.version}" }
24+
s.source = { :git => "https://github.com/lilyball/swift-tsao.git", :tag => "v#{s.version}" }
2525
s.source_files = "Sources/*.swift"
2626
end

0 commit comments

Comments
 (0)