Skip to content

Commit 4456e59

Browse files
committed
Update podspec
1 parent 9dde398 commit 4456e59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gifu.podspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Pod::Spec.new do |s|
77
s.license = { :type => "MIT", :file => "LICENSE" }
88
s.author = { "Reda Lemeden" => "[email protected]" }
99
s.source = { :git => "https://github.com/kaishin/Gifu.git", :tag => "v#{s.version}", :submodules => true }
10-
s.platform = :ios, "9.0"
11-
s.platform = :tvos, "9.0"
12-
s.swift_versions = ["5.0", "5.1", "5.2", "5.3", "5.4"]
10+
s.platform = :ios, "14.0"
11+
s.platform = :tvos, "14.0"
12+
s.swift_versions = ["5.0", "5.1", "5.2", "5.3", "5.4", "6.0", "6.1", "6.2"]
1313
s.ios.source_files = "Sources/**/*.{h,swift}"
1414
s.tvos.source_files = "Sources/**/*.{h,swift}"
15-
s.ios.deployment_target = "9.0"
16-
s.tvos.deployment_target = "9.0"
15+
s.ios.deployment_target = "14.0"
16+
s.tvos.deployment_target = "14.0"
1717
end

0 commit comments

Comments
 (0)