Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Hickinson committed Jan 3, 2015
1 parent 966660b commit 4aae535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/kylehickinson/FastImage"
s.license = 'MIT'
s.author = { "Kyle Hickinson" => "kyle.hickinson@gmail.com" }
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 }

s.platform = :ios, '7.0'
s.requires_arc = true
Expand Down

0 comments on commit 4aae535

Please sign in to comment.