Skip to content

Commit

Permalink
Merge branch 'bump-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
gooichi committed Jan 21, 2021
2 parents 8e1c1ea + 8e84a46 commit f77c388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InsetLabel.podspec
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'InsetLabel'
s.version = '4.0.1'
s.version = '4.0.2'
s.author = 'GyazSquare'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/GyazSquare/InsetLabel'
s.source = { :git => 'https://github.com/GyazSquare/InsetLabel.git', :tag => 'v4.0.1' }
s.source = { :git => 'https://github.com/GyazSquare/InsetLabel.git', :tag => '4.0.2' }
s.summary = 'A UILabel subclass supporting content insets written in Swift.'
s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3']
s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit f77c388

Please sign in to comment.