Skip to content

Commit

Permalink
update DLStarRating spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hdoria committed Nov 28, 2012
1 parent 672ce72 commit 867e46f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DLStarRating/1.1/DLStarRating.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
s.source = { :git => "https://github.com/dlinsin/DLStarRating.git", :commit => '21eb2811d2a54ac792293de292677adf4255a915' }
s.author = { "David Linsin" => "[email protected]" }
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

0 comments on commit 867e46f

Please sign in to comment.