forked from dirkfabisch/B68FloatingLabelTextField
-
Notifications
You must be signed in to change notification settings - Fork 1
/
B68UIFloatLabelTextField.podspec
23 lines (21 loc) · 1 KB
/
B68UIFloatLabelTextField.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Be sure to run `pod lib lint B68UIFloatLabelTextField.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "B68UIFloatLabelTextField"
s.version = "0.1.2"
s.summary = "Swift implementation of the Float Label Design Pattern by Matt D. Smith as a sub call from UITextField"
s.homepage = "https://github.com/dirkfabisch/B68FloatingLabelTextField"
s.license = 'MIT'
s.author = { "Dirk Fabisch" => "[email protected]" }
s.source = { :git => "https://github.com/dirkfabisch/B68FloatingLabelTextField.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/dirkfabisch'
s.source_files = "B68UIFloatLabelTextField/B68UIFloatLabelTextField.swift"
s.platform = :ios, '8.0'
s.requires_arc = true
end