Skip to content

Commit f45c3f4

Browse files
author
jiangyan05
committed
WBBlades Visualization Tool
1 parent 2f23320 commit f45c3f4

File tree

258 files changed

+21407
-1047
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+21407
-1047
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Pod::Spec.new do |s|
2+
s.name = "ArtilleryOfItaly"
3+
s.version = "1.0"
4+
s.summary = "ArtilleryOfItaly"
5+
s.description = <<-DESC
6+
xxxxxx
7+
DESC
8+
s.homepage = "ArtilleryOfItaly.git"
9+
s.source = { :git => "ArtilleryOfItaly.git" , :branch => "#{s.version}"}
10+
s.license = {
11+
:type => 'license',
12+
:text => <<-LICENSE
13+
14+
LICENSE
15+
}
16+
s.author = ""
17+
s.requires_arc = true
18+
s.platform = :macos, "10.12"
19+
s.libraries = "z"
20+
21+
s.resources = "ArtilleryOfItaly/ArtilleryOfItaly/Info.plist"
22+
s.source_files = 'ArtilleryOfItaly/ArtilleryOfItaly/*.{h,m}'
23+
s.vendored_library = 'ArtilleryOfItaly/ArtilleryOfItaly/libdwarf.a'
24+
25+
s.xcconfig = {
26+
'HEADER_SEARCH_PATHS' => "${PODS_ROOT}/Headers/Public/WBBrightMirror",
27+
#'DEFINES_MODULE' => 'YES'
28+
29+
}
30+
31+
end

0 commit comments

Comments
 (0)