FDNetworkObjC.podspec.json 838 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "FDNetworkObjC",
  3. "version": "1.2.2",
  4. "summary": "FDNetworkObjC是一个网络库,包含HTTP和HTTPS的网络请求GET/POST和七牛云/腾讯云/阿里云OSS上传功能",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "http://git.bogokj.com/fandong/FDNetworkObjC",
  7. "authors": {
  8. "fandongtongxue": "admin@fandong.me"
  9. },
  10. "source": {
  11. "git": "http://git.bogokj.com/fandong/FDNetworkObjC.git",
  12. "tag": "1.2.2"
  13. },
  14. "platforms": {
  15. "ios": "9.0"
  16. },
  17. "source_files": "FDNetworkObjC/Classes/**/*",
  18. "resource_bundles": {
  19. "FDNetworkObjC": [
  20. "FDNetworkObjC/Assets/*"
  21. ]
  22. },
  23. "dependencies": {
  24. "AFNetworking": [
  25. "~> 4.0.1"
  26. ],
  27. "SDWebImage": [
  28. ],
  29. "Qiniu": [
  30. ],
  31. "FDFoundationObjC": [
  32. ],
  33. "AliyunOSSiOS": [
  34. ]
  35. }
  36. }