Skip to content

Commit

Permalink
Add UIViewDrawRectBlock.podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexrus committed Feb 27, 2012
1 parent a8e3e92 commit 4f56f20
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions UIViewDrawRectBlock/0.0.1/UIViewDrawRectBlock.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'UIViewDrawRectBlock'
s.version = '0.0.1'
s.summary = 'A category on UIView to create an instance with a block for its drawRect.'
s.homepage = 'https://github.com/hsjunnesson/UIViewDrawRectBlock'
s.author = { 'Hans Sjunnesson' => 'hans.sjunnesson@gmail.com' }
s.source = { :git => 'https://github.com/hsjunnesson/UIViewDrawRectBlock.git',
:commit => '09ba68a24924dbcb36aa6f4da4df0aea8d469b37' }

s.description = 'Tired of subclassing UIView just to implement drawRect? ' \
'This is a category on UIView to create an instance with a ' \
'block for its drawRect.'

s.platform = :ios
s.source_files = '*.{h,m}'
end

0 comments on commit 4f56f20

Please sign in to comment.