ilink-world/ios/Pods/Local Podspecs/RNSVG.podspec.json

24 lines
497 B
JSON
Raw Normal View History

2021-10-26 18:19:13 +00:00
{
"name": "RNSVG",
"version": "9.13.6",
"summary": "SVG library for react-native",
"license": "MIT",
"homepage": "https://github.com/react-native-community/react-native-svg",
"authors": "Horcrux Chen",
"platforms": {
"ios": "9.0",
"tvos": "9.2"
},
"source": {
"git": "https://github.com/react-native-community/react-native-svg.git",
"tag": "v9.13.6"
},
"source_files": "ios/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"React": [
]
}
}