We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e0461 commit e2aa9dbCopy full SHA for e2aa9db
1 file changed
ScreenProtectorKit.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
8
s.source = { :git => 'https://github.com/prongbang/ScreenProtectorKit.git', :tag => "#{s.version}" }
9
s.social_media_url = 'https://github.com/prongbang'
10
s.platform = :ios, "10.0"
11
- s.swift_version = "5.0"
+ s.swift_versions = ["4.0", "4.1", "4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5"]
12
s.module_name = "ScreenProtectorKit"
13
s.source_files = "Sources", "Sources/**/*.{h,m,swift}"
14
end
0 commit comments