connectivity.podspec.json 923 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "connectivity",
  3. "version": "0.0.1",
  4. "summary": "Flutter Connectivity",
  5. "description": "This plugin allows Flutter apps to discover network connectivity and configure themselves accordingly.\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/connectivity/connectivity"
  16. },
  17. "documentation_url": "https://pub.dev/packages/connectivity",
  18. "source_files": "Classes/**/*",
  19. "public_header_files": "Classes/**/*.h",
  20. "dependencies": {
  21. "Flutter": [
  22. ],
  23. "Reachability": [
  24. ]
  25. },
  26. "platforms": {
  27. "ios": "8.0"
  28. },
  29. "pod_target_xcconfig": {
  30. "DEFINES_MODULE": "YES",
  31. "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
  32. }
  33. }