-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathHTextInput.podspec
More file actions
28 lines (18 loc) · 897 Bytes
/
HTextInput.podspec
File metadata and controls
28 lines (18 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod::Spec.new do |s|
s.name = "HTextInput"
s.version = "1.2.6"
s.summary = "A short description of HTextInput."
s.description = <<-DESC
A longer description of HTextInput 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/jumperb/HTextInput"
s.license = "Copyright"
s.author = { "jumperb" => "zhangchutian_05@163.com" }
s.source = { :git => "https://github.com/jumperb/HTextInput.git", :tag => s.version.to_s}
s.source_files = 'Class/**/*.{h,m}'
s.ios.deployment_target = '9.0'
end