{
  "name": "RNDeviceInfo",
  "version": "1.6.1",
  "summary": "Get device information using react-native",
  "license": "MIT",
  "authors": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)",
  "homepage": "https://github.com/react-native-community/react-native-device-info",
  "platforms": {
    "ios": "9.0",
    "tvos": "10.0"
  },
  "source": {
    "git": "https://github.com/react-native-community/react-native-device-info.git",
    "tag": "1.6.1"
  },
  "source_files": "ios/**/*.{h,m}",
  "dependencies": {
    "React": [

    ]
  }
}