{
  "name": "RNVectorIcons",
  "version": "8.1.0",
  "summary": "Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.",
  "homepage": "https://github.com/oblador/react-native-vector-icons",
  "license": "MIT",
  "authors": {
    "Joel Arvidsson": "joel@oblador.se"
  },
  "platforms": {
    "ios": "9.0",
    "tvos": "9.0"
  },
  "source": {
    "git": "https://github.com/oblador/react-native-vector-icons.git",
    "tag": "v8.1.0"
  },
  "source_files": "RNVectorIconsManager/**/*.{h,m}",
  "resources": "Fonts/*.ttf",
  "preserve_paths": "**/*.js",
  "dependencies": {
    "React-Core": [

    ]
  }
}