Skip to content

Commit

Permalink
add UIGlossyButton v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Apr 20, 2012
1 parent 324ee38 commit 1103788
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions UIGlossyButton/0.0.4/UIGlossyButton.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'UIGlossyButton'
s.version = '0.0.4'
s.license = 'MIT'
s.summary = 'Generate system like or other nice button without any image'
s.homepage = 'https://github.com/waterlou/UIGlossyButton'
s.author = { 'waterlou' => 'https://github.com/waterlou' }

s.platform = :ios
s.source = { :git => 'https://github.com/waterlou/UIGlossyButton.git', :tag => 'v0.0.4' }
s.source_files = 'UIGlossyButton/UIGlossyButton.{h,m}', 'UIGlossyButton/UIView+LayerEffects.{h,m}'
end

0 comments on commit 1103788

Please sign in to comment.