We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966660b commit 4aae535Copy full SHA for 4aae535
FastImage.podspec
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
s.homepage = "https://github.com/kylehickinson/FastImage"
18
s.license = 'MIT'
19
s.author = { "Kyle Hickinson" => "[email protected]" }
20
- s.source = { :git => "https://github.com/kylehickinson/KHIFastImage.git", :tag => s.version.to_s }
+ s.source = { :git => "https://github.com/kylehickinson/FastImage.git", :tag => s.version.to_s }
21
22
s.platform = :ios, '7.0'
23
s.requires_arc = true
0 commit comments