{ "name": "RNSVG", "version": "13.9.0", "summary": "SVG library for react-native", "license": "MIT", "homepage": "https://github.com/react-native-community/react-native-svg", "authors": "Horcrux Chen", "platforms": { "osx": "10.14", "ios": "9.0", "tvos": "9.2" }, "source": { "git": "https://github.com/react-native-community/react-native-svg.git", "tag": "v13.9.0" }, "source_files": "apple/**/*.{h,m,mm}", "exclude_files": "apple/Utils/RNSVGFabricConversions.h", "ios": { "exclude_files": "**/*.macos.{h,m,mm}" }, "tvos": { "exclude_files": "**/*.macos.{h,m,mm}" }, "osx": { "exclude_files": "**/*.ios.{h,m,mm}" }, "requires_arc": true, "dependencies": { "React-Core": [] } }