1{ 2 "name": "react-native-skia", 3 "version": "0.1.172", 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.172" 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 "DEFINES_MODULE": "YES", 23 "HEADER_SEARCH_PATHS": "\"$(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 ], 39 "dependencies": { 40 "React": [], 41 "React-callinvoker": [], 42 "React-Core": [] 43 }, 44 "subspecs": [ 45 { 46 "name": "SkiaHeaders", 47 "header_mappings_dir": "cpp/skia", 48 "source_files": "cpp/skia/**/*.{h,cpp}" 49 }, 50 { 51 "name": "Utils", 52 "header_mappings_dir": "cpp/utils", 53 "source_files": "cpp/utils/**/*.{h,cpp}" 54 }, 55 { 56 "name": "Jsi", 57 "header_mappings_dir": "cpp/jsi", 58 "source_files": "cpp/jsi/**/*.{h,cpp}" 59 }, 60 { 61 "name": "Api", 62 "header_mappings_dir": "cpp/api", 63 "source_files": "cpp/api/**/*.{h,cpp}" 64 }, 65 { 66 "name": "RNSkia", 67 "header_mappings_dir": "cpp/rnskia", 68 "source_files": "cpp/rnskia/**/*.{h,cpp}" 69 } 70 ] 71} 72