-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathLTLimitTextInput.podspec
More file actions
22 lines (22 loc) · 983 Bytes
/
LTLimitTextInput.podspec
File metadata and controls
22 lines (22 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'LimitTextInput'
s.version = '1.0.0'
s.summary = 'A short description of LimitTextInput.'
s.description = <<-DESC
A longer description of RACBaseServices in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* CocoaPods will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent, CocoaPods strips it!
DESC
s.homepage = 'https://github.com/MarkeJave/LimitTextInput'
s.license = 'MIT'
s.author = { 'MarkeJave' => '308865427@qq.com' }
s.source = { :git => 'https://github.com/MarkeJave/LimitTextInput.git', :tag => s.version.to_s }
s.requires_arc = true
s.frameworks ='Foundation','UIKit'
s.platform = :ios
s.ios.deployment_target = '7.0'
s.source_files = 'LimitTextInput/**/*.{h,m}'
s.private_header_files = 'LimitTextInput/Private/*.{h,m}'
end