-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCNIconLabel.podspec
More file actions
22 lines (20 loc) · 961 Bytes
/
CNIconLabel.podspec
File metadata and controls
22 lines (20 loc) · 961 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 = 'CNIconLabel'
s.version = '1.0.2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/congni/CNIconLabel-OC.git'
s.authors = { "葱泥" => "983818495@qq.com" }
s.summary = 'OC图标按钮控件'
s.description = <<-DESC
A longer description of U in Markdown format.
* IOS开发基本图标按钮空间
* pod使用方法: pod "CNIconLabel-oc"
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent, CocoaPods strips it!
DESC
s.ios.deployment_target = '7.0'
s.source = { :git => "https://github.com/congni/CNIconLabel-OC.git", :tag => s.version.to_s }
s.requires_arc = true
s.source_files = 'CNIconLabel-OC/*.{h,m}'
s.public_header_files = 'CNIconLabel-OC/*.{h}'
end