1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "flutter_plugin_android_lifecycle",
- "version": "0.0.1",
- "summary": "Flutter Android Lifecycle Plugin",
- "description": "A Flutter plugin for Android to allow other Flutter plugins to access Android Lifecycle objects in the plugin's binding.\nThis plugin a no-op on iOS.\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/flutter_plugin_android_lifecycle"
- },
- "documentation_url": "https://pub.dev/packages/flutter_plugin_android_lifecycle",
- "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"
- }
- }
|