Skip to content

Commit

Permalink
updated pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
acerbetti committed May 26, 2015
1 parent 1abdcd7 commit 5d5c4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACEDrawingView.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'ACEDrawingView'
s.version = '1.3.3'
s.version = '1.3.4'
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/acerbetti/ACEDrawingView'
s.author = { 'Stefano Acerbetti' => '[email protected]' }
s.source = { :git => 'https://github.com/acerbetti/ACEDrawingView.git', :tag => 'v1.3.3' }
s.source = { :git => 'https://github.com/acerbetti/ACEDrawingView.git', :tag => 'v1.3.4' }
s.platform = :ios, '7.0'
s.source_files = 'ACEDrawingView/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 5d5c4dd

Please sign in to comment.