BFFramework.podspec.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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://github.com/jsonwang/NXFramework-Swift.git",
  17. "tag": "0.1.0"
  18. },
  19. "platforms": {
  20. "ios": "10.0"
  21. },
  22. "source_files": "BFFramework/Classes/**/*",
  23. "resource_bundles": {
  24. "BFFramework": [
  25. "BFFramework/Assets/*.png"
  26. ]
  27. },
  28. "static_framework": true,
  29. "xcconfig": {
  30. "CLANG_MODULES_AUTOLINK": "YES",
  31. "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES"
  32. },
  33. "public_header_files": "BFFramework/Classes/**/*.h",
  34. "frameworks": [
  35. "UIKit",
  36. "AVFoundation",
  37. "OpenGLES",
  38. "CoreMedia",
  39. "QuartzCore"
  40. ],
  41. "dependencies": {
  42. "Alamofire": [
  43. "4.9.1"
  44. ],
  45. "SnapKit": [
  46. "4.2.0"
  47. ],
  48. "Kingfisher": [
  49. "4.10.1"
  50. ],
  51. "RealmSwift": [
  52. "10.7.2"
  53. ],
  54. "ObjectMapper": [
  55. "4.2.0"
  56. ],
  57. "KeychainAccess": [
  58. "4.2.2"
  59. ],
  60. "Toast-Swift": [
  61. "5.0.1"
  62. ],
  63. "AliyunOSSiOS": [
  64. "2.10.8"
  65. ],
  66. "WechatOpenSDK-Swift": [
  67. "1.8.7.1"
  68. ],
  69. "MJRefresh": [
  70. "3.5.0"
  71. ],
  72. "FDFullscreenPopGesture": [
  73. ],
  74. "LMJHorizontalScrollText": [
  75. ],
  76. "NXFramework-Swift": [
  77. ]
  78. },
  79. "swift_version": "5.0"
  80. }