BFCommonKit.podspec.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "name": "BFCommonKit",
  3. "version": "1.0.9",
  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",
  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": "1.0.9"
  18. },
  19. "platforms": {
  20. "ios": "10.0"
  21. },
  22. "resource_bundles": {
  23. "BFCommonKit_Resources": [
  24. "BFCommonKit/Assets/Resources/*.png"
  25. ]
  26. },
  27. "subspecs": [
  28. {
  29. "name": "BFConfig",
  30. "source_files": "BFCommonKit/Classes/BFConfig/*",
  31. "frameworks": "UIKit"
  32. },
  33. {
  34. "name": "BFBase",
  35. "source_files": "BFCommonKit/Classes/BFBase/**/*",
  36. "frameworks": [
  37. "UIKit",
  38. "WebKit"
  39. ],
  40. "dependencies": {
  41. "Alamofire": [
  42. "4.9.1"
  43. ],
  44. "SnapKit": [
  45. "5.0.1"
  46. ],
  47. "BFCommonKit/BFUtility": [
  48. ],
  49. "BFCommonKit/BFConfig": [
  50. ],
  51. "BFCommonKit/BFCategorys": [
  52. ]
  53. }
  54. },
  55. {
  56. "name": "BFEnums",
  57. "source_files": "BFCommonKit/Classes/BFEnums/*",
  58. "frameworks": "Foundation"
  59. },
  60. {
  61. "name": "BFCategorys",
  62. "source_files": "BFCommonKit/Classes/BFCategorys/*",
  63. "frameworks": [
  64. "Foundation",
  65. "UIKit",
  66. "MobileCoreServices"
  67. ],
  68. "dependencies": {
  69. "KingfisherWebP": [
  70. "1.3.0"
  71. ]
  72. }
  73. },
  74. {
  75. "name": "BFUtility",
  76. "source_files": "BFCommonKit/Classes/BFUtility/*",
  77. "frameworks": [
  78. "Foundation",
  79. "UIKit",
  80. "AdSupport",
  81. "Photos",
  82. "AudioToolbox",
  83. "AVKit"
  84. ],
  85. "dependencies": {
  86. "KingfisherWebP": [
  87. "1.3.0"
  88. ],
  89. "Alamofire": [
  90. "4.9.1"
  91. ],
  92. "KeychainAccess": [
  93. "4.2.2"
  94. ],
  95. "Kingfisher": [
  96. "6.3.0"
  97. ],
  98. "Toast-Swift": [
  99. "5.0.1"
  100. ],
  101. "BFCommonKit/BFCategorys": [
  102. ],
  103. "BFCommonKit/BFConfig": [
  104. ]
  105. }
  106. },
  107. {
  108. "name": "BFDebug",
  109. "source_files": "BFCommonKit/Classes/BFDebug/*",
  110. "frameworks": [
  111. "UIKit",
  112. "MessageUI",
  113. "WebKit"
  114. ],
  115. "dependencies": {
  116. "BFCommonKit/BFCategorys": [
  117. ]
  118. }
  119. }
  120. ],
  121. "swift_version": "5.0"
  122. }