BFFramework.podspec.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "BFFramework",
  3. "version": "0.1.1",
  4. "summary": "Byte fllow 基础组件库",
  5. "swift_versions": "5.0",
  6. "description": "TODO: Add long description of the pod here.",
  7. "homepage": "https://github.com/287971051@qq.com/BFFramework",
  8. "license": {
  9. "type": "MIT",
  10. "file": "LICENSE"
  11. },
  12. "authors": {
  13. "287971051@qq.com": "287971051@qq.com"
  14. },
  15. "source": {
  16. "git": "https://git.yishihui.comiOS/BFFramework.git"
  17. },
  18. "platforms": {
  19. "ios": "10.0"
  20. },
  21. "source_files": "BFFramework/Classes/**/*",
  22. "resource_bundles": {
  23. "BFFramework": [
  24. "BFFramework/Assets/**/*.png",
  25. "BFFramework/Assets/**/*.gif"
  26. ]
  27. },
  28. "static_framework": true,
  29. "xcconfig": {
  30. "CLANG_MODULES_AUTOLINK": "YES",
  31. "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES",
  32. "VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS": "OpenGLES"
  33. },
  34. "pod_target_xcconfig": {
  35. "OTHER_LDFLAGS": "-all_load",
  36. "VALID_ARCHS": "arm64 armv7"
  37. },
  38. "public_header_files": "BFFramework/Classes/**/*.h",
  39. "frameworks": [
  40. "UIKit",
  41. "AVFoundation",
  42. "OpenGLES",
  43. "CoreMedia",
  44. "QuartzCore"
  45. ],
  46. "dependencies": {
  47. "Alamofire": [
  48. "4.9.1"
  49. ],
  50. "SnapKit": [
  51. "4.2.0"
  52. ],
  53. "Kingfisher": [
  54. "6.3.0"
  55. ],
  56. "KingfisherWebP": [
  57. "1.3.0"
  58. ],
  59. "RealmSwift": [
  60. "10.7.2"
  61. ],
  62. "ObjectMapper": [
  63. "4.2.0"
  64. ],
  65. "KeychainAccess": [
  66. "4.2.2"
  67. ],
  68. "Toast-Swift": [
  69. "5.0.1"
  70. ],
  71. "AliyunOSSiOS": [
  72. "2.10.8"
  73. ],
  74. "WechatOpenSDK-Swift": [
  75. "1.8.7.1"
  76. ],
  77. "MJRefresh": [
  78. "3.5.0"
  79. ],
  80. "FDFullscreenPopGesture": [
  81. "1.1"
  82. ],
  83. "LMJHorizontalScrollText": [
  84. "2.0.2"
  85. ],
  86. "TXLiteAVSDK_Player": [
  87. "8.4.9944"
  88. ],
  89. "Bugly": [
  90. "2.5.90"
  91. ]
  92. },
  93. "swift_version": "5.0"
  94. }