Skip to content

Commit 27b1f70

Browse files
committed
podspec の swift_version 指定方法変更
1 parent 58db54d commit 27b1f70

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

TortoiseGraphics.podspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ Pod::Spec.new do |s|
88
s.author = 'temoki'
99
s.source = { :git => 'https://github.com/temoki/TortoiseGraphics.git', :tag => s.version.to_s }
1010
s.social_media_url = 'https://twitter.com/temoki'
11+
s.swift_version = '5.0'
12+
s.source_files = 'Sources/*'
13+
s.frameworks = 'CoreGraphics'
14+
s.ios.framework = 'UIKit'
15+
s.osx.framework = 'AppKit'
1116
s.ios.deployment_target = '10.0'
12-
s.osx.deployment_target = '10.10'
13-
s.source_files = 'Sources/*'
14-
s.frameworks = 'CoreGraphics'
15-
s.ios.framework = 'UIKit'
16-
s.osx.framework = 'AppKit'
17+
s.osx.deployment_target = '10.10'
1718
end

0 commit comments

Comments
 (0)