Skip to content

Commit

Permalink
Merge pull request #46 from GyazSquare/update-podspec
Browse files Browse the repository at this point in the history
Fix spec.ios.deployment_target
  • Loading branch information
gooichi committed Jan 20, 2021
2 parents 8c1213b + ab4ca93 commit 8e1c1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InsetLabel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/GyazSquare/InsetLabel.git', :tag => 'v4.0.1' }
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 = '7.0'
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.source_files = 'InsetLabel/*.{swift}'
Expand Down

0 comments on commit 8e1c1ea

Please sign in to comment.