23 lines
509 B
JSON
23 lines
509 B
JSON
|
{
|
||
|
"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": [
|
||
|
|
||
|
]
|
||
|
}
|
||
|
}
|