{
  "name": "react-native-skia",
  "version": "0.1.196",
  "summary": "High-performance React Native Graphics using Skia",
  "description": "@shopify/react-native-skia",
  "homepage": "https://github.com/shopify/react-native-skia",
  "license": "MIT",
  "authors": {
    "Your Name": "yourname@email.com"
  },
  "platforms": {
    "ios": "9.0"
  },
  "source": {
    "git": "https://github.com/shopify/react-native-skia/react-native-skia.git",
    "tag": "0.1.196"
  },
  "requires_arc": true,
  "pod_target_xcconfig": {
    "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SK_METAL=1 SK_GANESH=1",
    "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
    "DEFINES_MODULE": "YES",
    "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\""
  },
  "frameworks": [
    "GLKit",
    "MetalKit"
  ],
  "ios": {
    "vendored_frameworks": [
      "libs/ios/libskia.xcframework",
      "libs/ios/libsvg.xcframework",
      "libs/ios/libskshaper.xcframework"
    ]
  },
  "source_files": [
    "ios/**/*.{h,c,cc,cpp,m,mm,swift}",
    "cpp/**/*.{h,cpp}"
  ],
  "dependencies": {
    "React": [],
    "React-callinvoker": [],
    "React-Core": []
  }
}
