BFFramework.podspec.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. ]
  26. },
  27. "static_framework": true,
  28. "xcconfig": {
  29. "CLANG_MODULES_AUTOLINK": "YES",
  30. "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES",
  31. "VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS": "OpenGLES"
  32. },
  33. "pod_target_xcconfig": {
  34. "OTHER_LDFLAGS": "-all_load"
  35. },
  36. "public_header_files": "BFFramework/Classes/**/*.h",
  37. "frameworks": [
  38. "UIKit",
  39. "AVFoundation",
  40. "OpenGLES",
  41. "CoreMedia",
  42. "QuartzCore"
  43. ],
  44. "dependencies": {
  45. "Alamofire": [
  46. "4.9.1"
  47. ],
  48. "SnapKit": [
  49. "4.2.0"
  50. ],
  51. "Kingfisher": [
  52. "4.10.1"
  53. ],
  54. "RealmSwift": [
  55. "10.7.2"
  56. ],
  57. "ObjectMapper": [
  58. "4.2.0"
  59. ],
  60. "KeychainAccess": [
  61. "4.2.2"
  62. ],
  63. "Toast-Swift": [
  64. "5.0.1"
  65. ],
  66. "AliyunOSSiOS": [
  67. "2.10.8"
  68. ],
  69. "WechatOpenSDK-Swift": [
  70. "1.8.7.1"
  71. ],
  72. "MJRefresh": [
  73. "3.5.0"
  74. ],
  75. "FDFullscreenPopGesture": [
  76. ],
  77. "LMJHorizontalScrollText": [
  78. ],
  79. "NXFramework-Swift": [
  80. ]
  81. },
  82. "swift_version": "5.0"
  83. }