BFCommonKit.podspec.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "name": "BFCommonKit",
  3. "version": "0.1.8",
  4. "summary": "A short description of BFCommonKit.",
  5. "swift_versions": "5.0",
  6. "description": "TODO: Add long description of the pod here.",
  7. "homepage": "https://git.yishihui.com/wenweiwei/BFCommonKit",
  8. "license": {
  9. "type": "MIT",
  10. "file": "LICENSE"
  11. },
  12. "authors": {
  13. "wenweiwei": "wenweiwei@piaoquantv.com"
  14. },
  15. "source": {
  16. "git": "https://git.yishihui.com/wenweiwei/BFCommonKit.git",
  17. "tag": "0.1.8"
  18. },
  19. "platforms": {
  20. "ios": "10.0"
  21. },
  22. "subspecs": [
  23. {
  24. "name": "BFBase",
  25. "source_files": "BFCommonKit/Classes/BFBase/**/*",
  26. "frameworks": [
  27. "UIKit",
  28. "WebKit"
  29. ],
  30. "dependencies": {
  31. "Alamofire": [
  32. "4.9.1"
  33. ],
  34. "SnapKit": [
  35. "5.0.1"
  36. ]
  37. }
  38. },
  39. {
  40. "name": "BFEnums",
  41. "source_files": "BFCommonKit/Classes/BFEnums/*",
  42. "frameworks": "Foundation"
  43. },
  44. {
  45. "name": "BFCategorys",
  46. "source_files": "BFCommonKit/Classes/BFCategorys/*",
  47. "frameworks": [
  48. "Foundation",
  49. "UIKit",
  50. "MobileCoreServices"
  51. ],
  52. "dependencies": {
  53. "KingfisherWebP": [
  54. "1.3.0"
  55. ],
  56. "BFCommonKit/BFUtility": [
  57. ]
  58. }
  59. },
  60. {
  61. "name": "BFUtility",
  62. "source_files": "BFCommonKit/Classes/BFUtility/*",
  63. "frameworks": [
  64. "Foundation",
  65. "UIKit",
  66. "AdSupport",
  67. "Photos",
  68. "AudioToolbox",
  69. "AVKit"
  70. ],
  71. "dependencies": {
  72. "KingfisherWebP": [
  73. "1.3.0"
  74. ],
  75. "Alamofire": [
  76. "4.9.1"
  77. ],
  78. "KeychainAccess": [
  79. "4.2.2"
  80. ],
  81. "Kingfisher": [
  82. "6.3.0"
  83. ],
  84. "Toast-Swift": [
  85. "5.0.1"
  86. ]
  87. }
  88. },
  89. {
  90. "name": "BFDebug",
  91. "source_files": "BFCommonKit/Classes/BFDebug/*",
  92. "frameworks": [
  93. "UIKit",
  94. "MessageUI",
  95. "WebKit"
  96. ]
  97. }
  98. ],
  99. "swift_version": "5.0"
  100. }