forked from bytedance/DanceUIGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDanceUIGraph.podspec.json
More file actions
127 lines (125 loc) · 6.25 KB
/
DanceUIGraph.podspec.json
File metadata and controls
127 lines (125 loc) · 6.25 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "DanceUIGraph",
"version": "0.1.0",
"summary": "A short description of DanceUIGraph.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/byteDance/DanceUIGraph",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"bytedance": "bytedance@bytedance.com"
},
"source": {
"git": "git@github.com:ByteDance/DanceUIGraph.git",
"branch": "main"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3",
"5.3.2",
"5.5.1",
"5.6.0",
"5.9.0",
"6.0"
],
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.bytedance.danceui.graph",
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/boost \"$(PODS_ROOT)/\" ",
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_TARGET_SRCROOT)/DanceUIGraph/Sources/DanceUIGraph/include/ $(PODS_TARGET_SRCROOT)/DanceUIGraph/Sources/DanceUIGraph/umbrella/ $(PODS_TARGET_SRCROOT)/DanceUIGraph/Sources/DanceUIGraph/src/ $(PODS_ROOT)/boost/ $(PODS_ROOT)/DanceUIRuntime/Sources/DanceUIRuntime/include/ $(SWIFT_BASE_LOCATION)$(SWIFT_BUILD_LOCATION_NAME)/$(SWIFT_BUILD_TOOL_NAME)-$(SWIFT_BUILD_MODE_NAME)/swift-$(SWIFT_BUILD_PLATFORM_NAME)/include/ $(SWIFT_BASE_LOCATION)swift/include/ $(SWIFT_BASE_LOCATION)swift/stdlib/public/SwiftShims/ $(SWIFT_BASE_LOCATION)swift/include/ $(SWIFT_BASE_LOCATION)llvm-project/llvm/include/ $(SWIFT_BASE_LOCATION)$(SWIFT_BUILD_LOCATION_NAME)/$(SWIFT_BUILD_TOOL_NAME)-$(SWIFT_BUILD_MODE_NAME)/llvm-$(SWIFT_BUILD_PLATFORM_NAME)/include/ $(SWIFT_BASE_LOCATION)llvm-project/clang/include/ $(SWIFT_BASE_LOCATION)$(SWIFT_BUILD_LOCATION_NAME)/$(SWIFT_BUILD_TOOL_NAME)-$(SWIFT_BUILD_MODE_NAME)/llvm-$(SWIFT_BUILD_PLATFORM_NAME)/tools/clang/include $(SWIFT_BASE_LOCATION)cmark/src/ $(SWIFT_BASE_LOCATION)$(SWIFT_BUILD_LOCATION_NAME)/$(SWIFT_BUILD_TOOL_NAME)-$(SWIFT_BUILD_MODE_NAME)/cmark-$(SWIFT_BUILD_PLATFORM_NAME)/src/",
"CLANG_CXX_LANGUAGE_STANDARD": "c++17",
"ENABLE_NS_ASSERTIONS": "YES",
"OTHER_CPLUSPLUSFLAGS": "$(OTHER_CFLAGS) -fno-aligned-allocation",
"OTHER_SWIFT_FLAGS": "$(inherited) -no-verify-emitted-module-interface",
"LIBRARY_SEARCH_PATHS": "$(SDKROOT)/usr/lib/swift",
"ARCHS": "$(ARCHS_STANDARD_64_BIT)",
"BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
"SWIFT_BASE_LOCATION": "$(PODS_ROOT)/swift/Source/",
"SWIFT_BUILD_LOCATION_NAME": "build",
"SWIFT_BUILD_TOOL_NAME": "Ninja",
"SWIFT_BUILD_MODE_NAME": "ReleaseAssert",
"SWIFT_BUILD_PLATFORM_NAME": "macosx-arm64\n",
"SWIFT_BUILD_LLVMLIB_MODE": "ReleaseAssert",
"SWIFT_BUILD_SWIFTLIB_MODE": "ReleaseAssert",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DanceUIGraph_POD_VERSION=@\\\"0.1.0\\ (local)\\\" DanceUIGraph_COMMIT_ID=@\\\"cd4826d6\\\""
},
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"exclude_files": [
"DanceUIGraph/Sources/DanceUIGraph/src/Graph/**/*.{mm}",
"DanceUIGraph/Sources/DanceUIGraph/src/Debugger/Dumper/GraphDumper.mm"
],
"default_subspecs": "core",
"static_framework": true,
"testspecs": [
{
"name": "UnitTests",
"test_type": "unit",
"pod_target_xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/boost \"$(PODS_ROOT)/\" ",
"HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/DanceUIGraph/Sources/DanceUIGraph/src/ $(PODS_ROOT)/boost/ $(PODS_ROOT)/DanceUIRuntime/Sources/DanceUIRuntime/include/ $(SWIFT_BASE_LOCATION)$(SWIFT_BUILD_LOCATION_NAME)/$(SWIFT_BUILD_TOOL_NAME)-$(SWIFT_BUILD_MODE_NAME)/swift-$(SWIFT_BUILD_PLATFORM_NAME)/include/ $(SWIFT_BASE_LOCATION)swift/include/ $(SWIFT_BASE_LOCATION)swift/stdlib/public/SwiftShims/ $(SWIFT_BASE_LOCATION)swift/include/ $(SWIFT_BASE_LOCATION)llvm-project/llvm/include/ $(SWIFT_BASE_LOCATION)$(SWIFT_BUILD_LOCATION_NAME)/$(SWIFT_BUILD_TOOL_NAME)-$(SWIFT_BUILD_MODE_NAME)/llvm-$(SWIFT_BUILD_PLATFORM_NAME)/include/ $(SWIFT_BASE_LOCATION)llvm-project/clang/include/ $(SWIFT_BASE_LOCATION)$(SWIFT_BUILD_LOCATION_NAME)/$(SWIFT_BUILD_TOOL_NAME)-$(SWIFT_BUILD_MODE_NAME)/llvm-$(SWIFT_BUILD_PLATFORM_NAME)/tools/clang/include $(SWIFT_BASE_LOCATION)cmark/src/ $(SWIFT_BASE_LOCATION)$(SWIFT_BUILD_LOCATION_NAME)/$(SWIFT_BUILD_TOOL_NAME)-$(SWIFT_BUILD_MODE_NAME)/cmark-$(SWIFT_BUILD_PLATFORM_NAME)/src/",
"CLANG_CXX_LANGUAGE_STANDARD": "c++17",
"ENABLE_NS_ASSERTIONS": "YES",
"OTHER_CPLUSPLUSFLAGS": "$(OTHER_CFLAGS) -fno-aligned-allocation",
"LIBRARY_SEARCH_PATHS": "$(SDKROOT)/usr/lib/swift",
"ARCHS": "$(ARCHS_STANDARD_64_BIT)",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386",
"GCC_PREPROCESSOR_MACROS": "$(inherited) __DANCE_UI_GRAPH_ENABLE_TESTING__=1",
"SWIFT_BASE_LOCATION": "$(PODS_ROOT)/swift/Source/",
"SWIFT_BUILD_LOCATION_NAME": "build",
"SWIFT_BUILD_TOOL_NAME": "Ninja",
"SWIFT_BUILD_MODE_NAME": "ReleaseAssert",
"SWIFT_BUILD_PLATFORM_NAME": "macosx-arm64\n",
"SWIFT_BUILD_LLVMLIB_MODE": "ReleaseAssert",
"SWIFT_BUILD_SWIFTLIB_MODE": "ReleaseAssert"
},
"requires_app_host": true,
"source_files": "DanceUIGraph/UnitTests/**/*.{h,m,hpp,cpp,mm,c,cc,swift}",
"public_header_files": "DanceUIGraph/Sources/DanceUIGraph/include/**/*.{h,hpp}",
"private_header_files": "DanceUIGraph/Sources/DanceUIGraph/src/**/*.{h,hpp}"
}
],
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": [
"DanceUIGraph/Sources/DanceUIGraph/src/Graph/**/*.{mm}",
"DanceUIGraph/Sources/DanceUIGraph/src/Debugger/Dumper/GraphDumper.mm"
]
},
{
"name": "core",
"dependencies": {
"boost": [
"~> 1.88.0"
],
"swift": [
"~> 6.1.2"
],
"DanceUIGraph/no-arc": [
],
"DanceUIRuntime": [
]
},
"source_files": [
"DanceUIGraph/Sources/DanceUIGraph/include/**/*",
"DanceUIGraph/Sources/DanceUIGraph/src/**/*",
"DanceUIGraph/Sources/DanceUIGraph/umbrella/DanceUIGraph.h"
],
"public_header_files": [
"DanceUIGraph/Sources/DanceUIGraph/include/**/*.{h,hpp}",
"DanceUIGraph/Sources/DanceUIGraph/umbrella/DanceUIGraph.h"
],
"private_header_files": "DanceUIGraph/Sources/DanceUIGraph/src/**/*.{h,hpp}",
"requires_arc": true,
"libraries": "z"
}
],
"swift_version": "6.0"
}