Skip to content

Commit

Permalink
podspec の swift_version 指定方法変更
Browse files Browse the repository at this point in the history
  • Loading branch information
temoki committed Jun 10, 2019
1 parent 58db54d commit 27b1f70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

11 changes: 6 additions & 5 deletions TortoiseGraphics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Pod::Spec.new do |s|
s.author = 'temoki'
s.source = { :git => 'https://github.com/temoki/TortoiseGraphics.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/temoki'
s.swift_version = '5.0'
s.source_files = 'Sources/*'
s.frameworks = 'CoreGraphics'
s.ios.framework = 'UIKit'
s.osx.framework = 'AppKit'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.10'
s.source_files = 'Sources/*'
s.frameworks = 'CoreGraphics'
s.ios.framework = 'UIKit'
s.osx.framework = 'AppKit'
s.osx.deployment_target = '10.10'
end

0 comments on commit 27b1f70

Please sign in to comment.