Skip to content

Commit

Permalink
Merge branch 'release-4.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
gooichi committed Feb 11, 2021
2 parents ac52f61 + 8db54d1 commit b1f788f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions GSLAdditions.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
Pod::Spec.new do |s|
s.name = 'GSLAdditions'
s.version = '4.0.1'
s.version = '4.0.2'
s.author = 'GyazSquare'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/GyazSquare/GSLAdditions'
s.source = { :git => 'https://github.com/GyazSquare/GSLAdditions.git', :tag => '4.0.1' }
s.source = { :git => 'https://github.com/GyazSquare/GSLAdditions.git', :tag => '4.0.2' }
s.summary = 'Objective-C GSL categories for iOS, macOS, watchOS and tvOS.'
s.requires_arc = true

s.ios.deployment_target = '9.0'
s.macos.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

s.subspec 'FoundationGSLAdditions' do |sp|
sp.ios.deployment_target = '9.0'
sp.osx.deployment_target = '10.9'
sp.macos.deployment_target = '10.9'
sp.tvos.deployment_target = '9.0'
sp.watchos.deployment_target = '2.0'
sp.source_files = 'FoundationGSLAdditions/*.{h,m}'
Expand Down

0 comments on commit b1f788f

Please sign in to comment.