Skip to content

Commit

Permalink
updated release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusGeffarth committed Oct 13, 2018
1 parent e002d78 commit 6cf20ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyDraw.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftyDraw'
s.version = '2.0'
s.version = '2.1'
s.summary = 'A simple, core graphics drawing framework written in Swift'

s.description = <<-DESC
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/Awalz/SwiftyDraw'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Linus Geffarth' => '[email protected]' }
s.source = { :git => 'https://github.com/Awalz/SwiftyDraw.git', :tag => '2.0' }
s.source = { :git => 'https://github.com/Awalz/SwiftyDraw.git', :tag => s.version }
s.social_media_url = 'https://twitter.com/linusgeffarth'

s.ios.deployment_target = '9.1'
Expand Down

0 comments on commit 6cf20ae

Please sign in to comment.