1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "webview_flutter",
- "version": "0.0.1",
- "summary": "A WebView Plugin for Flutter.",
- "description": "A Flutter plugin that provides a WebView widget.\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/webview_flutter"
- },
- "documentation_url": "https://pub.dev/packages/webview_flutter",
- "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"
- },
- "testspecs": [
- {
- "name": "Tests",
- "test_type": "unit",
- "source_files": "Tests/**/*",
- "dependencies": {
- "OCMock": [
- "3.5"
- ]
- }
- }
- ]
- }
|