BlueWallet/ios/Pods/Local Podspecs/RNSVG.podspec.json

24 lines
494 B
JSON
Raw Normal View History

2019-05-02 16:33:03 -04:00
{
"name": "RNSVG",
"version": "9.4.0",
"summary": "SVG library for react-native",
"license": "MIT",
"homepage": "https://github.com/react-native-community/react-native-svg",
"authors": "Horcrux Chen",
"source": {
"git": "https://github.com/react-native-community/react-native-svg.git",
"tag": "9.4.0"
},
"source_files": "ios/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.2"
},
"dependencies": {
"React": [
]
}
}