Skip to content

Instantly share code, notes, and snippets.

@rahulsom
Last active August 29, 2015 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulsom/008d0eec0e10c2dfbd7b to your computer and use it in GitHub Desktop.
Save rahulsom/008d0eec0e10c2dfbd7b to your computer and use it in GitHub Desktop.
ACEDrawingView Rahul's fork
Pod::Spec.new do |s|
s.name = 'ACEDrawingView'
s.version = '1.3.0'
s.license = { :type => 'Apache 2.0 License', :file => 'LICENSE.txt' }
s.summary = 'An open source iOS component to create a drawing app.'
s.homepage = 'https://github.com/rahulsom/ACEDrawingView'
s.author = { 'Stefano Acerbetti' => 'acerbetti@gmail.com' }
s.source = { :git => 'https://github.com/rahulsom/ACEDrawingView.git' }
s.platform = :ios, '4.0'
s.source_files = 'ACEDrawingView/*.{h,m}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment