diff --git a/DLStarRating/1.1/DLStarRating.podspec b/DLStarRating/1.1/DLStarRating.podspec index 8f1831c1b621e9..4d18a8a23af39f 100644 --- a/DLStarRating/1.1/DLStarRating.podspec +++ b/DLStarRating/1.1/DLStarRating.podspec @@ -4,9 +4,9 @@ Pod::Spec.new do |s| s.summary = "iOS star rating component." s.homepage = "https://github.com/dlinsin/DLStarRating" s.license = 'Eclipse Public License' - s.author = { " David Linsin" => "dlinsin@gmail.com" } - s.source = { :git => "https://github.com/dlinsin/DLStarRating.git", :commit => '21eb2811d2a54ac792293de292677adf4255a915' } + s.author = { "David Linsin" => "dlinsin@gmail.com" } + s.source = { :git => "https://github.com/dlinsin/DLStarRating.git", :tag => '1.1' } s.platform = :ios - s.source_files = 'DLStarRating', 'DLStarRating/**/*.{h,m}' + s.source_files = 'DLStarRating/*.{h,m}' s.resource = "DLStarRating/images/*.png" end