fluwx.podspec.json 750 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "fluwx",
  3. "version": "0.0.1",
  4. "summary": "A new Flutter plugin for Wechat SDK.",
  5. "description": "A new Flutter plugin for Wechat SDK.",
  6. "homepage": "https://github.com/OpenFlutter/fluwx",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "JarvanMo": "jarvan.mo@gmail.com"
  12. },
  13. "source": {
  14. "path": "."
  15. },
  16. "source_files": "Classes/**/*",
  17. "public_header_files": "Classes/public/*.h",
  18. "static_framework": true,
  19. "dependencies": {
  20. "Flutter": [
  21. ]
  22. },
  23. "frameworks": [
  24. "SystemConfiguration",
  25. "CoreTelephony",
  26. "WebKit"
  27. ],
  28. "libraries": [
  29. "z",
  30. "sqlite3.0",
  31. "c++"
  32. ],
  33. "preserve_paths": "Lib/*.a",
  34. "vendored_libraries": "**/*.a",
  35. "platforms": {
  36. "ios": "8.0"
  37. }
  38. }