1{ 2 "name": "RNSVG", 3 "version": "13.9.0", 4 "summary": "SVG library for react-native", 5 "license": "MIT", 6 "homepage": "https://github.com/react-native-community/react-native-svg", 7 "authors": "Horcrux Chen", 8 "platforms": { 9 "osx": "10.14", 10 "ios": "9.0", 11 "tvos": "9.2" 12 }, 13 "source": { 14 "git": "https://github.com/react-native-community/react-native-svg.git", 15 "tag": "v13.9.0" 16 }, 17 "source_files": "apple/**/*.{h,m,mm}", 18 "exclude_files": "apple/Utils/RNSVGFabricConversions.h", 19 "ios": { 20 "exclude_files": "**/*.macos.{h,m,mm}" 21 }, 22 "tvos": { 23 "exclude_files": "**/*.macos.{h,m,mm}" 24 }, 25 "osx": { 26 "exclude_files": "**/*.ios.{h,m,mm}" 27 }, 28 "requires_arc": true, 29 "dependencies": { 30 "React-Core": [] 31 } 32} 33