Skip to content

Commit 6192b62

Browse files
committed
Update SteviaLayout.podspec
1 parent ddc5791 commit 6192b62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SteviaLayout.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SteviaLayout'
3-
s.version = "6.2.1"
3+
s.version = "6.2.2"
44
s.summary = "Elegant view layout for iOS"
55
s.homepage = "https://github.com/freshOS/Stevia"
66
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -9,8 +9,9 @@ Pod::Spec.new do |s|
99
:tag => s.version.to_s }
1010
s.social_media_url = 'https://twitter.com/sachadso'
1111
s.source_files = "Sources/Stevia/*.swift"
12-
s.ios.deployment_target = "9"
13-
s.tvos.deployment_target = "10.2"
12+
s.ios.deployment_target = "12.0"
13+
s.tvos.deployment_target = "12.0"
1414
s.description = "Elegant view layout for iOS :leaves: - Auto layout code finally readable by a human being"
1515
s.module_name = 'Stevia'
16+
s.swift_versions = ['6.0']
1617
end

0 commit comments

Comments
 (0)