TSSmalCoacopods.podspec.json 1016 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "TSSmalCoacopods",
  3. "version": "0.1.0",
  4. "summary": "Lightweight library for doing project basics.",
  5. "description": "TSSmalCoacopods is a lightweight library that provides essential utilities for iOS development, including network requests, UI components, and third-party integrations like SVProgressHUD, ObjectMapper, SnapKit, Kingfisher, and Alamofire.",
  6. "homepage": "https://github.com/MG.Max/TSSmalCoacopods",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "MG.Max": "MG.Max@hubgit.cn"
  13. },
  14. "source": {
  15. "git": "https://github.com/MG.Max/TSSmalCoacopods.git",
  16. "tag": "0.1.0"
  17. },
  18. "platforms": {
  19. "ios": "14.0"
  20. },
  21. "swift_versions": "5.0",
  22. "source_files": "TSSmalCoacopods/Classes/**/*",
  23. "frameworks": [
  24. "UIKit",
  25. "Foundation"
  26. ],
  27. "dependencies": {
  28. "ObjectMapper": [
  29. "~> 4.2"
  30. ],
  31. "SnapKit": [],
  32. "Kingfisher": [
  33. "7.10.0"
  34. ],
  35. "Alamofire": [],
  36. "SVProgressHUD": []
  37. },
  38. "swift_version": "5.0"
  39. }