BFFramework.podspec.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "BFFramework",
  3. "version": "0.1.0",
  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. },
  37. "public_header_files": "BFFramework/Classes/**/*.h",
  38. "frameworks": [
  39. "UIKit",
  40. "AVFoundation",
  41. "OpenGLES",
  42. "CoreMedia",
  43. "QuartzCore"
  44. ],
  45. "dependencies": {
  46. "Alamofire": [
  47. "4.9.1"
  48. ],
  49. "SnapKit": [
  50. "4.2.0"
  51. ],
  52. "Kingfisher": [
  53. "4.10.1"
  54. ],
  55. "RealmSwift": [
  56. "10.7.2"
  57. ],
  58. "ObjectMapper": [
  59. "4.2.0"
  60. ],
  61. "KeychainAccess": [
  62. "4.2.2"
  63. ],
  64. "Toast-Swift": [
  65. "5.0.1"
  66. ],
  67. "AliyunOSSiOS": [
  68. "2.10.8"
  69. ],
  70. "WechatOpenSDK-Swift": [
  71. "1.8.7.1"
  72. ],
  73. "MJRefresh": [
  74. "3.5.0"
  75. ],
  76. "FDFullscreenPopGesture": [
  77. "1.1"
  78. ],
  79. "LMJHorizontalScrollText": [
  80. "2.0.2"
  81. ],
  82. "TXLiteAVSDK_Player": [
  83. "8.4.9944"
  84. ],
  85. "NXFramework-Swift": [
  86. ],
  87. "KingfisherWebP": [
  88. "0.4.2"
  89. ]
  90. },
  91. "swift_version": "5.0"
  92. }