BFCommonKit.podspec.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "name": "BFCommonKit",
  3. "version": "1.1.6",
  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.1.6"
  18. },
  19. "platforms": {
  20. "ios": "10.0"
  21. },
  22. "resource_bundles": {
  23. "BFCommonKit_Resources": [
  24. "BFCommonKit/Assets/Resources/*"
  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. "5.4.3"
  43. ],
  44. "SnapKit": [
  45. "5.0.1"
  46. ],
  47. "RealmSwift": [
  48. "10.7.6"
  49. ],
  50. "FDFullscreenPopGesture": [
  51. "1.1"
  52. ],
  53. "BFCommonKit/BFUtility": [
  54. ],
  55. "BFCommonKit/BFConfig": [
  56. ],
  57. "BFCommonKit/BFCategorys": [
  58. ]
  59. }
  60. },
  61. {
  62. "name": "BFEnums",
  63. "source_files": "BFCommonKit/Classes/BFEnums/*",
  64. "frameworks": "Foundation"
  65. },
  66. {
  67. "name": "BFCategorys",
  68. "source_files": "BFCommonKit/Classes/BFCategorys/*",
  69. "frameworks": [
  70. "Foundation",
  71. "UIKit",
  72. "MobileCoreServices"
  73. ],
  74. "dependencies": {
  75. "KingfisherWebP": [
  76. "1.3.0"
  77. ]
  78. }
  79. },
  80. {
  81. "name": "BFUtility",
  82. "source_files": "BFCommonKit/Classes/BFUtility/*",
  83. "frameworks": [
  84. "Foundation",
  85. "UIKit",
  86. "AdSupport",
  87. "Photos",
  88. "AudioToolbox",
  89. "AVKit"
  90. ],
  91. "dependencies": {
  92. "KingfisherWebP": [
  93. "1.3.0"
  94. ],
  95. "Alamofire": [
  96. "5.4.3"
  97. ],
  98. "KeychainAccess": [
  99. "4.2.2"
  100. ],
  101. "Kingfisher": [
  102. "6.3.0"
  103. ],
  104. "Toast-Swift": [
  105. "5.0.1"
  106. ],
  107. "BFCommonKit/BFCategorys": [
  108. ],
  109. "BFCommonKit/BFConfig": [
  110. ]
  111. }
  112. },
  113. {
  114. "name": "BFDebug",
  115. "source_files": "BFCommonKit/Classes/BFDebug/*",
  116. "frameworks": [
  117. "UIKit",
  118. "MessageUI",
  119. "WebKit"
  120. ],
  121. "dependencies": {
  122. "BFCommonKit/BFCategorys": [
  123. ]
  124. }
  125. }
  126. ],
  127. "swift_version": "5.0"
  128. }