flutter_plugin_android_lifecycle.podspec.json 999 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "flutter_plugin_android_lifecycle",
  3. "version": "0.0.1",
  4. "summary": "Flutter Android Lifecycle Plugin",
  5. "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).",
  6. "homepage": "https://github.com/flutter/plugins",
  7. "license": {
  8. "type": "BSD",
  9. "file": "../LICENSE"
  10. },
  11. "authors": {
  12. "Flutter Dev Team": "flutter-dev@googlegroups.com"
  13. },
  14. "source": {
  15. "http": "https://github.com/flutter/plugins/tree/master/packages/flutter_plugin_android_lifecycle"
  16. },
  17. "documentation_url": "https://pub.dev/packages/flutter_plugin_android_lifecycle",
  18. "source_files": "Classes/**/*",
  19. "public_header_files": "Classes/**/*.h",
  20. "dependencies": {
  21. "Flutter": [
  22. ]
  23. },
  24. "platforms": {
  25. "ios": "8.0"
  26. },
  27. "pod_target_xcconfig": {
  28. "DEFINES_MODULE": "YES",
  29. "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
  30. }
  31. }