-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathWeexAnalyzer.podspec
More file actions
26 lines (22 loc) · 959 Bytes
/
WeexAnalyzer.podspec
File metadata and controls
26 lines (22 loc) · 959 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
Pod::Spec.new do |s|
s.name = "WeexAnalyzer"
s.version = "0.0.1"
s.summary = "Weex Analyzer Bundle."
s.description = <<-DESC
Weex Analyzer Bundle for developers.
DESC
s.homepage = "https://github.com/xiayun200825/WeexAnalyzer"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Alibaba-INC copyright
LICENSE
}
s.author = { "xiayun" => "xiayun200825@163.com" }
s.source = { :git => "git@github.com:xiayun200825/WeexAnalyzer.git", :tag => '0.0.1' }
s.resources = 'WeexAnalyzer/Resources/*.*'
s.requires_arc = true
s.platform = :ios, "7.0"
s.public_header_files = 'WeexAnalyzer/Sources/WeexAnalyzer.h','WeexAnalyzer/Sources/Menu/WXAMenuItem.h'
s.source_files = 'WeexAnalyzer/*.{c,h,m,S}','WeexAnalyzer/Source/**/*.{c,h,m,S}'
end