1234567891011121314151617181920212223242526 |
- {
- "name": "path_provider_macos",
- "version": "0.0.1",
- "summary": "No-op implementation of path_provider macOS plugin to avoid build issues on iOS",
- "description": "No-op implementation of path_provider macOS plugin\nSee https://github.com/flutter/flutter/issues/39659",
- "homepage": "https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_macos",
- "license": {
- "file": "../LICENSE"
- },
- "authors": {
- "Flutter Team": "flutter-dev@googlegroups.com"
- },
- "source": {
- "path": "."
- },
- "source_files": "Classes/**/*",
- "public_header_files": "Classes/**/*.h",
- "dependencies": {
- "Flutter": [
- ]
- },
- "platforms": {
- "ios": "8.0"
- }
- }
|