RayProxy.podspec.json 795 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "RayProxy",
  3. "version": "0.0.1",
  4. "summary": "A new flutter plugin project.",
  5. "description": "A new flutter plugin project.",
  6. "homepage": "http://example.com",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "Your Company": "email@example.com"
  12. },
  13. "source": {
  14. "path": "."
  15. },
  16. "source_files": "Classes/**/*",
  17. "platforms": {
  18. "ios": "11.0"
  19. },
  20. "vendored_libraries": [
  21. "*.a"
  22. ],
  23. "xcconfig": {
  24. "HEADER_SEARCH_PATHS": [
  25. "/Users/xdh/Desktop/创维盒子/创维盒子/RayProxy/include/"
  26. ]
  27. },
  28. "libraries": [
  29. "c++",
  30. "z"
  31. ],
  32. "pod_target_xcconfig": {
  33. "DEFINES_MODULE": "YES",
  34. "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
  35. },
  36. "swift_versions": "5.0",
  37. "static_framework": true,
  38. "swift_version": "5.0"
  39. }