{
  "name": "device_info",
  "version": "0.0.1",
  "summary": "Flutter Device Info",
  "description": "Get current device information from within the Flutter application.\nDownloaded by pub (not CocoaPods).",
  "homepage": "https://github.com/flutter/plugins",
  "license": {
    "type": "BSD",
    "file": "../LICENSE"
  },
  "authors": {
    "Flutter Dev Team": "flutter-dev@googlegroups.com"
  },
  "source": {
    "http": "https://github.com/flutter/plugins/tree/master/packages/device_info"
  },
  "documentation_url": "https://pub.dev/packages/device_info",
  "source_files": "Classes/**/*",
  "public_header_files": "Classes/**/*.h",
  "dependencies": {
    "Flutter": [

    ]
  },
  "platforms": {
    "ios": "8.0"
  },
  "pod_target_xcconfig": {
    "DEFINES_MODULE": "YES",
    "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
  }
}
