KSToolsLibrary.podspec.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "KSToolsLibrary",
  3. "version": "0.1.0",
  4. "summary": "KSToolsLibrary 工具类",
  5. "description": "这是一个详细的描述,KSToolsLibrary 工具类",
  6. "homepage": "https://github.com/Steven/KSToolsLibrary",
  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/KSToolsLibrary.git",
  16. "tag": "0.1.0"
  17. },
  18. "platforms": {
  19. "ios": "12.0"
  20. },
  21. "source_files": "KSToolsLibrary/Classes/**/*",
  22. "resource_bundles": {
  23. "LLPhotoBrowse": [
  24. "**/LLPhotoBrowse.bundle/**/*"
  25. ],
  26. "WMPlayer": [
  27. "**/WMPlayer.bundle/**/*"
  28. ]
  29. },
  30. "swift_versions": "5.0",
  31. "pod_target_xcconfig": {
  32. "VALID_ARCHS": "arm64"
  33. },
  34. "frameworks": "UIKit",
  35. "public_header_files": "KSToolsLibrary/Classes/**/*.h",
  36. "dependencies": {
  37. "MJExtension": [
  38. "~> 3.3.0"
  39. ],
  40. "AFNetworking": [
  41. "~> 4.0.1"
  42. ],
  43. "MJRefresh": [
  44. "~> 3.1.12"
  45. ],
  46. "IQKeyboardManager": [
  47. "~> 6.5.19"
  48. ],
  49. "TZImagePickerController": [
  50. "~> 3.8.7"
  51. ],
  52. "Masonry": [
  53. "~> 1.1.0"
  54. ],
  55. "MBProgressHUD": [
  56. "~> 1.2.0"
  57. ],
  58. "Reachability": [
  59. "~> 3.2"
  60. ],
  61. "lottie-ios": [
  62. "~> 2.5"
  63. ],
  64. "SDWebImage": [
  65. "~> 5.16.0"
  66. ],
  67. "SocketRocket": [
  68. "~> 0.7.0"
  69. ],
  70. "JXCategoryView": [
  71. "~> 1.6.8"
  72. ],
  73. "JXPagingView/Pager": [
  74. "~> 2.1.3"
  75. ],
  76. "QCloudCOSXML/Transfer": [
  77. "~> 6.4.4"
  78. ]
  79. },
  80. "swift_version": "5.0"
  81. }