1{
2  "name": "react-native-skia",
3  "version": "0.1.155",
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.155"
17  },
18  "requires_arc": true,
19  "pod_target_xcconfig": {
20    "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SK_GL=1 SK_METAL=1",
21    "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
22    "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/Headers/Private/React-bridging/react/bridging\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-bridging/react_bridging.framework/Headers\""
23  },
24  "frameworks": [
25    "GLKit",
26    "MetalKit"
27  ],
28  "ios": {
29    "vendored_frameworks": [
30      "libs/ios/libskia.xcframework",
31      "libs/ios/libsvg.xcframework",
32      "libs/ios/libskshaper.xcframework"
33    ]
34  },
35  "source_files": [
36    "ios/**/*.{h,c,cc,cpp,m,mm,swift}"
37  ],
38  "dependencies": {
39    "React": [],
40    "React-callinvoker": [],
41    "React-Core": []
42  },
43  "subspecs": [
44    {
45      "name": "SkiaHeaders",
46      "header_mappings_dir": "cpp/skia",
47      "source_files": "cpp/skia/**/*.{h,cpp}"
48    },
49    {
50      "name": "Utils",
51      "header_mappings_dir": "cpp/utils",
52      "source_files": "cpp/utils/**/*.{h,cpp}"
53    },
54    {
55      "name": "Jsi",
56      "header_mappings_dir": "cpp/jsi",
57      "source_files": "cpp/jsi/**/*.{h,cpp}"
58    },
59    {
60      "name": "Api",
61      "header_mappings_dir": "cpp/api",
62      "source_files": "cpp/api/**/*.{h,cpp}"
63    },
64    {
65      "name": "RNSkia",
66      "header_mappings_dir": "cpp/rnskia",
67      "source_files": "cpp/rnskia/**/*.{h,cpp}"
68    }
69  ]
70}
71