BFCommonKit.podspec.json 2.7 KB

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