| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "share_plus",
- "version": "0.0.1",
- "summary": "No-op spec for share_plus_macos to avoid build issues",
- "description": "No-op spec for share_plus_macos to avoid build issues.\nhttps://github.com/flutter/flutter/issues/46618",
- "homepage": "https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus",
- "license": {
- "file": "../LICENSE"
- },
- "authors": {
- "Flutter Community": "authors@fluttercommunity.dev"
- },
- "source": {
- "path": "."
- },
- "source_files": "share_plus/Sources/share_plus/**/*.swift",
- "public_header_files": "share_plus/Sources/share_plus/**/*.h",
- "dependencies": {
- "FlutterMacOS": []
- },
- "platforms": {
- "osx": "10.14"
- },
- "resource_bundles": {
- "share_plus_privacy": [
- "share_plus/Sources/share_plus/PrivacyInfo.xcprivacy"
- ]
- }
- }
|