Skip to content

Commit

Permalink
Merge pull request CocoaPods#5488 from nlutsenko/master
Browse files Browse the repository at this point in the history
Added proper podspec for LRGlowingButton.
  • Loading branch information
orta committed Nov 15, 2013
2 parents c5486b7 + 9cd132b commit ec26b24
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions LRGlowingButton/0.2/LRGlowingButton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "LRGlowingButton"
s.version = "0.2"
s.summary = "Subclass of UIButton with custom glow color."
s.homepage = "https://github.com/lightroomapps/LRGlowingButton"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Nikita Lutsenko" => "http://lightroomapps.com" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/lightroomapps/LRGlowingButton.git", :tag => "0.2" }
s.source_files = 'LRGlowingButton.{h,m}'
s.framework = 'QuartzCore'
end

0 comments on commit ec26b24

Please sign in to comment.