34 lines
691 B
JSON
34 lines
691 B
JSON
{
|
|
"name": "RNSVG",
|
|
"version": "12.5.1",
|
|
"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": "v12.5.1"
|
|
},
|
|
"source_files": "apple/**/*.{h,m}",
|
|
"ios": {
|
|
"exclude_files": "**/*.macos.{h,m}"
|
|
},
|
|
"tvos": {
|
|
"exclude_files": "**/*.macos.{h,m}"
|
|
},
|
|
"osx": {
|
|
"exclude_files": "**/*.ios.{h,m}"
|
|
},
|
|
"requires_arc": true,
|
|
"dependencies": {
|
|
"React-Core": [
|
|
|
|
]
|
|
}
|
|
}
|