Use correct homepage and source URL's for MLScreenshot

This commit is contained in:
Sandeep Mistry
2013-02-05 15:23:02 -05:00
parent 31a3538615
commit e0f70edb4e
+2 -2
View File
@@ -2,10 +2,10 @@ Pod::Spec.new do |s|
s.name = "MLScreenshot"
s.version = "1.0.0"
s.summary = "Get a screenshot from UIView easy as pie."
s.homepage = "https://github.com/mRs-/MLUIColorAdditions"
s.homepage = "https://github.com/mRs-/MLScreenshot"
s.license = 'MIT'
s.author = { "Marius Landwehr" => "marius.landwehr@googlemail.com" }
s.source = { :git => "https://github.com/mRs-/MLUIColorAdditions.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/mRs-/MLScreenshot.git", :tag => "1.0.0" }
s.platform = :ios, '5.0'
s.source_files = '*.{h,m}'
s.requires_arc = true