- Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAutoLayoutTextViews.podspec
More file actions
Latest commit
14 lines (14 loc) · 710 Bytes
/
Copy pathAutoLayoutTextViews.podspec
File metadata and controls
14 lines (14 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.platform=:ios
s.ios.deployment_target="9.0"
s.name="AutoLayoutTextViews"
s.version="1.3.0"
s.summary="AutoLayoutTextViews subclasses UITextView and adds placeholder text, auto resizing, and keyboard avoiding functionality."
s.homepage="https://github.com/JRG-Developer/AutoLayoutTextViews"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Joshua Greene"=>"jrg.developer@app-order.com"}
s.source={:git=>"https://github.com/JRG-Developer/AutoLayoutTextViews.git",:tag=>"#{s.version}"}
s.framework="UIKit"
s.requires_arc=true
s.source_files="AutoLayoutTextViews/*.{h,m}"
end