PBSDK.podspec.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "PBSDK",
  3. "version": "0.1.0",
  4. "summary": "A short description of PBSDK.",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "https://github.com/uxiume/PBSDK",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "uxiume": "junhui.xia@microtechmd.com"
  13. },
  14. "source": {
  15. "git": "https://github.com/uxiume/PBSDK.git",
  16. "tag": "0.1.0"
  17. },
  18. "platforms": {
  19. "ios": "10.0"
  20. },
  21. "source_files": "PBSDK/Classes/**/*",
  22. "static_framework": true,
  23. "prefix_header_contents": "#import \"PBDefines.h\"",
  24. "resource_bundles": {
  25. "PBSDK": [
  26. "PBSDK/Assets/*.xcassets"
  27. ]
  28. },
  29. "dependencies": {
  30. "AgoraRtcEngine_iOS": [],
  31. "JXCategoryView": [],
  32. "JXPagingView/Pager": [],
  33. "HyphenateChat": [
  34. "~> 4.0.0"
  35. ],
  36. "AFNetworking": [],
  37. "MJExtension": [],
  38. "Masonry": [],
  39. "MJRefresh": [],
  40. "YYText": [],
  41. "SVProgressHUD": [],
  42. "SDWebImage": [],
  43. "HXPhotoPickerObjC": [],
  44. "OpenSSL": [],
  45. "YYModel": [],
  46. "SVGAPlayer-iOS": [
  47. "~> 1.1.13"
  48. ]
  49. }
  50. }