-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXQKit.podspec
More file actions
34 lines (25 loc) · 1.24 KB
/
XQKit.podspec
File metadata and controls
34 lines (25 loc) · 1.24 KB
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
29
30
31
32
33
34
Pod::Spec.new do |s|
s.name = "XQKit"
s.version = "1.5"
s.summary = "XQKit is useful kit."
s.description = <<-DESC
XQKit is Some commonly used tools are packaged to facilitate rapid integration of projects.
DESC
s.homepage = "https://github.com/hssdx/XQKit"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "hssdx" => "hssdx@qq.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/hssdx/XQKit.git", :tag => s.version }
s.source_files = "XQKit/XQKit.h", "XQCategories/*.{h,m}", "XQCategories/**/*.{h,m}", "XQUIKit/*.{h,m}", "XQUIKit/**/*.{h,m}", "XQUtils/*.{h,m}", "XQUtils/**/*.{h,m}"
s.public_header_files = "XQKit/XQKit.h", "XQCategories/*.{h}", "XQCategories/**/*.{h}", "XQUIKit/*.{h}", "XQUIKit/**/*.{h}", "XQUtils/*.{h}", "XQUtils/**/*.{h}"
s.frameworks = "CoreFoundation", "UIKit"
#s.framework = "UIKit"
# s.library = "iconv"
# s.libraries = "iconv", "xml2"
s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# , :git => 'https://github.com/ibireme/YYKit.git'
s.dependency "YYKit"
s.dependency "MBProgressHUD"
s.dependency "Masonry"
end