Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding version 0.0.5 of UIGlossyButton and updating podspec.
  • Loading branch information
Jaap van Hengstum committed May 1, 2012
1 parent 175726e commit 5947136
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions UIGlossyButton/0.0.5/UIGlossyButton.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'UIGlossyButton'
s.version = '0.0.5'
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.5' }
s.source_files = 'UIGlossyButton/UIGlossyButton.{h,m}', 'UIGlossyButton/UIView+LayerEffects.{h,m}'
s.clean_paths = 'UIGlossyButton.xcodeproj', 'screenshot.png', 'UIGlossyButton/TestButtonViewController.*', 'UIGlossyButton/en.lproj/', 'UIGlossyButton/UIGlossyButton-Info.plist', 'UIGlossyButton/UIGlossyButton-Prefix.pch', 'UIGlossyButton/UIGlossyButtonAppDelegate.*', 'UIGlossyButton/main.m'
s.frameworks = 'UIKit', 'QuartzCore'
end

0 comments on commit 5947136

Please sign in to comment.