BFCommonKit.podspec.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "name": "BFCommonKit",
  3. "version": "1.0.0",
  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.0"
  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": "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. }
  43. },
  44. {
  45. "name": "BFEnums",
  46. "source_files": "BFCommonKit/Classes/BFEnums/*",
  47. "frameworks": "Foundation"
  48. },
  49. {
  50. "name": "BFCategorys",
  51. "source_files": "BFCommonKit/Classes/BFCategorys/*",
  52. "frameworks": [
  53. "Foundation",
  54. "UIKit",
  55. "MobileCoreServices"
  56. ],
  57. "dependencies": {
  58. "KingfisherWebP": [
  59. "1.3.0"
  60. ],
  61. "BFCommonKit/BFUtility": [
  62. ]
  63. }
  64. },
  65. {
  66. "name": "BFUtility",
  67. "source_files": "BFCommonKit/Classes/BFUtility/*",
  68. "frameworks": [
  69. "Foundation",
  70. "UIKit",
  71. "AdSupport",
  72. "Photos",
  73. "AudioToolbox",
  74. "AVKit"
  75. ],
  76. "dependencies": {
  77. "KingfisherWebP": [
  78. "1.3.0"
  79. ],
  80. "Alamofire": [
  81. "4.9.1"
  82. ],
  83. "KeychainAccess": [
  84. "4.2.2"
  85. ],
  86. "Kingfisher": [
  87. "6.3.0"
  88. ],
  89. "Toast-Swift": [
  90. "5.0.1"
  91. ]
  92. }
  93. },
  94. {
  95. "name": "BFDebug",
  96. "source_files": "BFCommonKit/Classes/BFDebug/*",
  97. "frameworks": [
  98. "UIKit",
  99. "MessageUI",
  100. "WebKit"
  101. ]
  102. }
  103. ],
  104. "swift_version": "5.0"
  105. }