We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58db54d commit 27b1f70Copy full SHA for 27b1f70
.swift-version
TortoiseGraphics.podspec
@@ -8,10 +8,11 @@ Pod::Spec.new do |s|
8
s.author = 'temoki'
9
s.source = { :git => 'https://github.com/temoki/TortoiseGraphics.git', :tag => s.version.to_s }
10
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'
16
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'
17
+ s.osx.deployment_target = '10.10'
18
end
0 commit comments