Skip to content

Commit 4aae535

Browse files
author
Kyle Hickinson
committed
Fix podspec
1 parent 966660b commit 4aae535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FastImage.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.homepage = "https://github.com/kylehickinson/FastImage"
1818
s.license = 'MIT'
1919
s.author = { "Kyle Hickinson" => "[email protected]" }
20-
s.source = { :git => "https://github.com/kylehickinson/KHIFastImage.git", :tag => s.version.to_s }
20+
s.source = { :git => "https://github.com/kylehickinson/FastImage.git", :tag => s.version.to_s }
2121

2222
s.platform = :ios, '7.0'
2323
s.requires_arc = true

0 commit comments

Comments
 (0)