WQPlayBallLiveQiu.podspec.json 769 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "WQPlayBallLiveQiu",
  3. "version": "0.1.0",
  4. "summary": "A short description of WQPlayBallLiveQiu.",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "https://github.com/xx/WQPlayBallLiveQiu",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "xx": "xx"
  13. },
  14. "source": {
  15. "git": "https://github.com/xx/WQPlayBallLiveQiu.git",
  16. "tag": "0.1.0"
  17. },
  18. "platforms": {
  19. "ios": "10.0"
  20. },
  21. "static_framework": true,
  22. "source_files": "WQPlayBallLiveQiu/Classes/**/*",
  23. "xcconfig": {
  24. "USER_HEADER_SEARCH_PATHS": [
  25. "\"$(SRCROOT)/../../SDK/inc\""
  26. ]
  27. },
  28. "user_target_xcconfig": {
  29. "ENABLE_BITCODE": "NO"
  30. },
  31. "dependencies": {
  32. "PBSDK": [],
  33. "MJExtension": []
  34. }
  35. }