forked from MetalPetal/MetalPetal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MetalPetal.podspec.json
129 lines (126 loc) · 4.25 KB
/
MetalPetal.podspec.json
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
128
129
{
"prefix_header_file" : false,
"homepage" : "https:\/\/github.com\/MetalPetal\/MetalPetal",
"requires_arc" : true,
"platforms" : {
"ios" : "11.0",
"osx" : "10.13",
"tvos" : "13.0"
},
"subspecs" : [
{
"source_files" : "Frameworks\/MetalPetal\/**\/*.{h,m,c,mm,metal}",
"private_header_files" : [
"Frameworks\/MetalPetal\/MTIPrint.h",
"Frameworks\/MetalPetal\/MTIDefer.h",
"Frameworks\/MetalPetal\/MTIHasher.h",
"Frameworks\/MetalPetal\/MTIImageRenderingContext+Internal.h",
"Frameworks\/MetalPetal\/MTIBlendFormulaSupport.h"
],
"pod_target_xcconfig" : {
"CLANG_CXX_LANGUAGE_STANDARD" : "c++14"
},
"weak_frameworks" : [
"MetalPerformanceShaders",
"MetalKit"
],
"name" : "Core",
"libraries" : "c++",
"prefix_header_file" : false
},
{
"dependencies" : {
"MetalPetal\/Core" : [
]
},
"source_files" : "Frameworks\/MetalPetal\/**\/*.{swift}",
"prefix_header_file" : false,
"name" : "Swift",
"weak_frameworks" : [
"MetalPerformanceShaders",
"MetalKit"
]
},
{
"dependencies" : {
"MetalPetal\/Core" : [
]
},
"tvos" : {
"script_phases" : {
"execution_position" : "after_compile",
"script" : "set -e\nset -u\nset -o pipefail\ncd \"${PODS_TARGET_SRCROOT}\/Frameworks\/MetalPetal\/Shaders\/\"\nxcrun metal -target \"air64-${LLVM_TARGET_TRIPLE_VENDOR}-${LLVM_TARGET_TRIPLE_OS_VERSION}${LLVM_TARGET_TRIPLE_SUFFIX:-\"\"}\" -ffast-math -std=ios-metal2.3 -o \"${METAL_LIBRARY_OUTPUT_DIR}\/default.msl23.metallib\" *.metal\n",
"name" : "Build Metal Library - MSL 2.3"
}
},
"osx" : {
"script_phases" : {
"execution_position" : "after_compile",
"name" : "Build Metal Library - MSL 2.3",
"script" : "set -e\nset -u\nset -o pipefail\ncd \"${PODS_TARGET_SRCROOT}\/Frameworks\/MetalPetal\/Shaders\/\"\nxcrun metal -target \"air64-${LLVM_TARGET_TRIPLE_VENDOR}-${LLVM_TARGET_TRIPLE_OS_VERSION}${LLVM_TARGET_TRIPLE_SUFFIX:-\"\"}\" -ffast-math -std=macos-metal2.3 -o \"${METAL_LIBRARY_OUTPUT_DIR}\/default.msl23.metallib\" *.metal\n"
}
},
"ios" : {
"script_phases" : {
"name" : "Build Metal Library - MSL 2.3",
"script" : "set -e\nset -u\nset -o pipefail\ncd \"${PODS_TARGET_SRCROOT}\/Frameworks\/MetalPetal\/Shaders\/\"\nxcrun metal -target \"air64-${LLVM_TARGET_TRIPLE_VENDOR}-${LLVM_TARGET_TRIPLE_OS_VERSION}${LLVM_TARGET_TRIPLE_SUFFIX:-\"\"}\" -ffast-math -std=ios-metal2.3 -o \"${METAL_LIBRARY_OUTPUT_DIR}\/default.msl23.metallib\" *.metal\n",
"execution_position" : "after_compile"
}
},
"prefix_header_file" : false,
"name" : "AppleSilicon"
},
{
"resource_bundles" : {
"MetalPetal" : [
"Frameworks\/MetalPetal\/CocoaPodsBundledResourcePlaceholder"
]
},
"prefix_header_file" : false,
"ios" : {
"pod_target_xcconfig" : {
"METAL_LIBRARY_OUTPUT_DIR" : "${TARGET_BUILD_DIR}\/MetalPetal.bundle\/"
}
},
"weak_frameworks" : [
"MetalPerformanceShaders",
"MetalKit"
],
"osx" : {
"pod_target_xcconfig" : {
"METAL_LIBRARY_OUTPUT_DIR" : "${TARGET_BUILD_DIR}\/MetalPetal.bundle\/Contents\/Resources"
}
},
"dependencies" : {
"MetalPetal\/Core" : [
]
},
"tvos" : {
"pod_target_xcconfig" : {
"METAL_LIBRARY_OUTPUT_DIR" : "${TARGET_BUILD_DIR}\/MetalPetal.bundle\/"
}
},
"pod_target_xcconfig" : {
"GCC_PREPROCESSOR_DEFINITIONS" : "METALPETAL_DEFAULT_LIBRARY_IN_BUNDLE=1"
},
"name" : "Static"
}
],
"version" : "1.23.0",
"license" : {
"type" : "MIT"
},
"swift_versions" : "5.0",
"authors" : {
"YuAo" : "[email protected]"
},
"name" : "MetalPetal",
"default_subspecs" : "Core",
"summary" : "GPU-accelerated image and video processing framework based on Metal.",
"module_map" : "Frameworks\/MetalPetal\/MetalPetal.modulemap",
"swift_version" : "5.0",
"source" : {
"git" : "https:\/\/github.com\/MetalPetal\/MetalPetal.git",
"tag" : "1.23.0"
}
}