Fix MASPreferences.podspec to use :tag instead of :commit.

This commit is contained in:
Nikolaj Schumacher
2012-12-29 12:33:31 +01:00
parent 0b7c73a00d
commit 59bf977a6c
+1 -1
View File
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/shpakovski/MASPreferences"
s.license = "BSD"
s.author = "Vadim Shpakovski"
s.source = { :git => "https://github.com/shpakovski/MASPreferences.git", :commit => "1.0" }
s.source = { :git => "https://github.com/shpakovski/MASPreferences.git", :tag => "1.0" }
s.platform = :osx
s.source_files = FileList["*.{h,m}"]