KSCloudAccompanyLibrary.podspec.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "KSCloudAccompanyLibrary",
  3. "version": "0.1.0",
  4. "summary": "KSCloudAccompanyLibrary. 云教练SDK",
  5. "description": "这是一个详细的描述,KSCloudAccompanyLibrary. 云教练SDK",
  6. "homepage": "https://github.com/Steven/KSCloudAccompanyLibrary",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "Steven": "Kylesmart2940@gmail.com"
  13. },
  14. "source": {
  15. "git": "https://github.com/Steven/KSCloudAccompanyLibrary.git",
  16. "tag": "0.1.0"
  17. },
  18. "platforms": {
  19. "ios": "12.0"
  20. },
  21. "source_files": [
  22. "KSCloudAccompanyLibrary/Classes/**/*",
  23. "KSCloudAccompanyLibrary/Evaluate/AudioProcessHandle.hpp"
  24. ],
  25. "swift_versions": "5.0",
  26. "pod_target_xcconfig": {
  27. "VALID_ARCHS": "arm64"
  28. },
  29. "public_header_files": "KSCloudAccompanyLibrary/Classes/**/*.h",
  30. "frameworks": "UIKit",
  31. "vendored_frameworks": [
  32. "KSTunerLibrary.framework"
  33. ],
  34. "vendored_libraries": "KSCloudAccompanyLibrary/Evaluate/libEvaluateLibrary.a",
  35. "dependencies": {
  36. "KSToolsLibrary": [
  37. ]
  38. },
  39. "swift_version": "5.0"
  40. }