BFFramework.podspec.json 773 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "BFFramework",
  3. "version": "0.1.0",
  4. "summary": "Byte fllow 基础组件库",
  5. "swift_versions": "5.0",
  6. "description": "TODO: Add long description of the pod here.",
  7. "homepage": "https://github.com/287971051@qq.com/BFFramework",
  8. "license": {
  9. "type": "MIT",
  10. "file": "LICENSE"
  11. },
  12. "authors": {
  13. "287971051@qq.com": "287971051@qq.com"
  14. },
  15. "source": {
  16. "git": "https://git.yishihui.comiOS/BFFramework.git",
  17. "tag": "0.1.0"
  18. },
  19. "platforms": {
  20. "ios": "9.0"
  21. },
  22. "source_files": "BFFramework/Classes/**/*",
  23. "resource_bundles": {
  24. "BFFramework": [
  25. "BFFramework/Assets/*.png"
  26. ]
  27. },
  28. "dependencies": {
  29. "SnapKit": [
  30. "4.2.0"
  31. ],
  32. "Kingfisher": [
  33. "4.10.1"
  34. ]
  35. },
  36. "swift_version": "5.0"
  37. }