{
  "name": "ReactNativeART",
  "version": "1.2.0",
  "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.2.0"
  },
  "source_files": "ios/**/*.{h,m}",
  "dependencies": {
    "React": [

    ]
  }
}