forked from ArtSabintsev/UIFloatLabelTextView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUIFloatLabelTextView.podspec
More file actions
14 lines (14 loc) · 1003 Bytes
/
UIFloatLabelTextView.podspec
File metadata and controls
14 lines (14 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = "UIFloatLabelTextView"
s.version = "1.0.10"
s.summary = "A subclassed UITextView that implements the Float Label UI design pattern."
s.homepage = "https://github.com/ArtSabintsev/UIFloatLabelTextView"
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/ArtSabintsev/UIFloatLabelTextView.git", :tag => s.version.to_s }
s.source_files = 'UIFloatLabelTextView/*.{h,m}'
s.requires_arc = true
s.social_media_url = 'https://twitter.com/ArtSabintsev'
s.screenshot = 'https://camo.githubusercontent.com/9b1c3be013c6ea6d718d96fc0c02df427a0de1c7/687474703a2f2f6431337961637572716a676172612e636c6f756466726f6e742e6e65742f75736572732f363431302f73637265656e73686f74732f313235343433392f666f726d2d616e696d6174696f6e2d5f6769665f2e676966'
s.author = { "Arthur Ariel Sabintsev" => "arthur@sabintsev.com" }
s.license = 'MIT'
end