KSCloudAccompanyLibrary.podspec.json 919 B

12345678910111213141516171819202122232425262728293031323334353637
  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": "KSCloudAccompanyLibrary/Classes/**/*",
  22. "swift_versions": "5.0",
  23. "pod_target_xcconfig": {
  24. "VALID_ARCHS": "arm64"
  25. },
  26. "public_header_files": "KSCloudAccompanyLibrary/Classes/**/*.h",
  27. "frameworks": "UIKit",
  28. "vendored_frameworks": [
  29. "KSTunerLibrary.framework"
  30. ],
  31. "dependencies": {
  32. "KSToolsLibrary": [
  33. ]
  34. },
  35. "swift_version": "5.0"
  36. }