BFNetRequestKit.podspec.json 662 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "BFNetRequestKit",
  3. "version": "0.2.3",
  4. "summary": "使用Alamofire封装网络请求库",
  5. "swift_versions": "5.0",
  6. "description": "TODO: Add long description of the pod here.",
  7. "homepage": "https://git.yishihui.com/iOS",
  8. "license": {
  9. "type": "MIT",
  10. "file": "LICENSE"
  11. },
  12. "authors": {
  13. "SanWCoder": "wenweiwei@piaoquantv.com"
  14. },
  15. "source": {
  16. "git": "https://git.yishihui.com/iOS/BFNetRequestKit.git",
  17. "tag": "0.2.3"
  18. },
  19. "platforms": {
  20. "ios": "10.0"
  21. },
  22. "source_files": "BFNetRequestKit/Classes/**/*",
  23. "frameworks": "UIKit",
  24. "dependencies": {
  25. "Alamofire": [
  26. ]
  27. },
  28. "swift_version": "5.0"
  29. }