Skip to content

Commit

Permalink
Merge branch 'release/v3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
gooichi committed Jan 14, 2019
2 parents 6c9dbd9 + f4d1589 commit 4c21a18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions InsetLabel.podspec
@@ -1,14 +1,13 @@
Pod::Spec.new do |s|
s.name = 'InsetLabel'
s.version = '3.0.0'
s.version = '3.0.1'
s.author = 'GyazSquare'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/GyazSquare/InsetLabel'
s.source = { :git => 'https://github.com/GyazSquare/InsetLabel.git', :tag => 'v3.0.0' }
s.source = { :git => 'https://github.com/GyazSquare/InsetLabel.git', :tag => 'v3.0.1' }
s.summary = 'A UILabel subclass supporting content insets written in Swift.'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.module_name = 'GSL'
s.source_files = 'InsetLabel/*.{swift}'
end

0 comments on commit 4c21a18

Please sign in to comment.