- Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathHTYTextField.podspec
More file actions
Latest commit
20 lines (13 loc) · 598 Bytes
/
Copy pathHTYTextField.podspec
File metadata and controls
20 lines (13 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |s|
s.name="HTYTextField"
s.version="1.1"
s.summary="A UITextField with bouncy placeholder."
s.homepage="https://github.com/hanton/HTYTextField"
# s.screenshots = "https://github.com/hanton/HTYTextField/blob/master/screenshot/HTYTextField.gif"
s.license="MIT"
s.author={"Hanton Yang"=>"hanton.yang@gmail.com"}
s.platform=:ios,"8.0"
s.source={:git=>"https://github.com/hanton/HTYTextField.git",:tag=>s.version.to_s}
s.source_files="HTYTextField/*.swift"
s.requires_arc=true
end