PBSDK.podspec.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. ],
  32. "JXCategoryView": [
  33. ],
  34. "JXPagingView/Pager": [
  35. ],
  36. "HyphenateChat": [
  37. "~> 4.0.0"
  38. ],
  39. "AFNetworking": [
  40. ],
  41. "MJExtension": [
  42. ],
  43. "Masonry": [
  44. ],
  45. "MJRefresh": [
  46. ],
  47. "YYText": [
  48. ],
  49. "SVProgressHUD": [
  50. ],
  51. "SDWebImage": [
  52. ],
  53. "HXPhotoPickerObjC": [
  54. ],
  55. "OpenSSL": [
  56. ],
  57. "YYModel": [
  58. ],
  59. "SVGAPlayer-iOS": [
  60. "~> 1.1.13"
  61. ],
  62. "CocoaLumberjack": [
  63. "3.7.4"
  64. ]
  65. }
  66. }