Rocket.Chat.ReactNative/ios/Pods/Local Podspecs/ReactNativeART.podspec.json

23 lines
509 B
JSON
Raw Normal View History

2019-12-18 21:13:11 +00:00
{
"name": "ReactNativeART",
"version": "1.0.4",
"summary": "React Native module that allows you to draw vector graphics",
"license": "MIT",
"authors": "@react-native-community",
"homepage": "https://github.com/react-native-community/react-native-art",
"platforms": {
"ios": "9.0",
"tvos": "9.2"
},
"source": {
"git": "https://github.com/react-native-community/art.git",
"tag": "v1.0.4"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
"React": [
]
}
}