BFCommonKit.podspec.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name": "BFCommonKit",
  3. "version": "1.0.5",
  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": "1.0.5"
  18. },
  19. "platforms": {
  20. "ios": "10.0"
  21. },
  22. "resource_bundles": {
  23. "BFCommon_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/BFEnums": [
  50. ]
  51. }
  52. },
  53. {
  54. "name": "BFEnums",
  55. "source_files": "BFCommonKit/Classes/BFEnums/*",
  56. "frameworks": "Foundation"
  57. },
  58. {
  59. "name": "BFCategorys",
  60. "source_files": "BFCommonKit/Classes/BFCategorys/*",
  61. "frameworks": [
  62. "Foundation",
  63. "UIKit",
  64. "MobileCoreServices"
  65. ],
  66. "dependencies": {
  67. "KingfisherWebP": [
  68. "1.3.0"
  69. ]
  70. }
  71. },
  72. {
  73. "name": "BFUtility",
  74. "source_files": "BFCommonKit/Classes/BFUtility/*",
  75. "frameworks": [
  76. "Foundation",
  77. "UIKit",
  78. "AdSupport",
  79. "Photos",
  80. "AudioToolbox",
  81. "AVKit"
  82. ],
  83. "dependencies": {
  84. "KingfisherWebP": [
  85. "1.3.0"
  86. ],
  87. "Alamofire": [
  88. "4.9.1"
  89. ],
  90. "KeychainAccess": [
  91. "4.2.2"
  92. ],
  93. "Kingfisher": [
  94. "6.3.0"
  95. ],
  96. "Toast-Swift": [
  97. "5.0.1"
  98. ],
  99. "BFCommonKit/BFCategorys": [
  100. ]
  101. }
  102. },
  103. {
  104. "name": "BFDebug",
  105. "source_files": "BFCommonKit/Classes/BFDebug/*",
  106. "frameworks": [
  107. "UIKit",
  108. "MessageUI",
  109. "WebKit"
  110. ]
  111. }
  112. ],
  113. "swift_version": "5.0"
  114. }