forked from Skyscanner/SkyFloatingLabelTextField
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSkyFloatingLabelTextField.podspec
More file actions
Latest commit
12 lines (12 loc) · 684 Bytes
/
Copy pathSkyFloatingLabelTextField.podspec
File metadata and controls
12 lines (12 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Pod::Spec.newdo |s|
s.name="SkyFloatingLabelTextField"
s.version="4.0.0"
s.summary="A beautiful, flexible and customizable textfield that minimizes space when displaying additional context."
s.homepage="https://github.com/Skyscanner/SkyFloatingLabelTextField"
s.license={:type=>"Apache 2.0",:file=>"LICENSE"}
s.authors="Daniel Langh, Gergely Orosz, Raimon Lapuente"
s.ios.deployment_target="9.0"
s.source={:git=>"https://github.com/Skyscanner/SkyFloatingLabelTextField.git",:tag=>s.version.to_s.strip}
s.source_files='Sources/*.swift'
s.swift_versions=['3.1','3.2','3.3','3.4','4.0','4.1','4.2','4.3','5.0']
end