1{
2  "name": "react-native-skia",
3  "version": "0.1.196",
4  "summary": "High-performance React Native Graphics using Skia",
5  "description": "@shopify/react-native-skia",
6  "homepage": "https://github.com/shopify/react-native-skia",
7  "license": "MIT",
8  "authors": {
9    "Your Name": "[email protected]"
10  },
11  "platforms": {
12    "ios": "9.0"
13  },
14  "source": {
15    "git": "https://github.com/shopify/react-native-skia/react-native-skia.git",
16    "tag": "0.1.196"
17  },
18  "requires_arc": true,
19  "pod_target_xcconfig": {
20    "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SK_METAL=1 SK_GANESH=1",
21    "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
22    "DEFINES_MODULE": "YES",
23    "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/cpp/\"/** \"$(PODS_ROOT)/Headers/Private/React-bridging/react/bridging\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-bridging/react_bridging.framework/Headers\""
24  },
25  "frameworks": [
26    "GLKit",
27    "MetalKit"
28  ],
29  "ios": {
30    "vendored_frameworks": [
31      "libs/ios/libskia.xcframework",
32      "libs/ios/libsvg.xcframework",
33      "libs/ios/libskshaper.xcframework"
34    ]
35  },
36  "source_files": [
37    "ios/**/*.{h,c,cc,cpp,m,mm,swift}",
38    "cpp/**/*.{h,cpp}"
39  ],
40  "dependencies": {
41    "React": [],
42    "React-callinvoker": [],
43    "React-Core": []
44  }
45}
46