BFCommonKit.podspec.json 1002 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "BFCommonKit",
  3. "version": "0.1.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": "0.1.0"
  18. },
  19. "platforms": {
  20. "ios": "10.0"
  21. },
  22. "source_files": "BFCommonKit/Classes/**/*",
  23. "frameworks": [
  24. "UIKit",
  25. "AVFoundation",
  26. "CoreMedia",
  27. "QuartzCore"
  28. ],
  29. "dependencies": {
  30. "Kingfisher": [
  31. "6.3.0"
  32. ],
  33. "KingfisherWebP": [
  34. "1.3.0"
  35. ],
  36. "SnapKit": [
  37. "5.0.1"
  38. ],
  39. "Alamofire": [
  40. "4.9.1"
  41. ],
  42. "KeychainAccess": [
  43. "4.2.2"
  44. ],
  45. "Toast-Swift": [
  46. "5.0.1"
  47. ],
  48. "FDFullscreenPopGesture": [
  49. ]
  50. },
  51. "swift_version": "5.0"
  52. }