File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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' ]
1617end
You can’t perform that action at this time.
0 commit comments