{
  "name": "url_launcher",
  "version": "0.0.1",
  "summary": "Flutter plugin for launching a URL.",
  "description": "A Flutter plugin for making the underlying platform (Android or iOS) launch a URL.",
  "homepage": "https://github.com/flutter/plugins/tree/master/packages/url_launcher",
  "license": {
    "type": "BSD",
    "file": "../LICENSE"
  },
  "authors": {
    "Flutter Dev Team": "flutter-dev@googlegroups.com"
  },
  "source": {
    "http": "https://github.com/flutter/plugins/tree/master/packages/url_launcher"
  },
  "documentation_url": "https://pub.dev/packages/url_launcher",
  "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"
  }
}
