Skip to content

Commit

Permalink
[New Pod] ACEDrawingView
Browse files Browse the repository at this point in the history
  • Loading branch information
acerbetti committed Jan 14, 2013
1 parent e081052 commit c10a815
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ACEDrawingView/0.2.0/ACEDrawingView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'ACEDrawingView'
s.version = '0.2.0'
s.license = 'Apache 2.0 License'
s.summary = 'An open source iOS component to create a drawing app'
s.homepage = 'https://github.com/acerbetti/ACEDrawingView'
s.author = { 'Stefano Acerbetti' => '[email protected]' }
s.source = { :git => 'https://github.com/acerbetti/ACEDrawingView.git', :commit => '5d45b7e2c9cb8aa0c4354a7d4ebfd2c302f78697' }
s.platform = :ios
s.source_files = 'ACEDrawingView.{h,m}'
end

0 comments on commit c10a815

Please sign in to comment.