File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
2626end
You can’t perform that action at this time.
0 commit comments