-
-
Notifications
You must be signed in to change notification settings - Fork 220
Expand file tree
/
Copy pathSteviaLayout.podspec
More file actions
17 lines (17 loc) · 763 Bytes
/
SteviaLayout.podspec
File metadata and controls
17 lines (17 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'SteviaLayout'
s.version = "6.2.2"
s.summary = "Elegant view layout for iOS"
s.homepage = "https://github.com/freshOS/Stevia"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = 'S4cha'
s.source = { :git => "https://github.com/freshOS/Stevia.git",
:tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/sachadso'
s.source_files = "Sources/Stevia/*.swift"
s.ios.deployment_target = "12.0"
s.tvos.deployment_target = "12.0"
s.description = "Elegant view layout for iOS :leaves: - Auto layout code finally readable by a human being"
s.module_name = 'Stevia'
s.swift_versions = ['6.0']
end