MKRRadioManager.podspec.json 785 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "MKRRadioManager",
  3. "version": "0.0.3",
  4. "summary": "A short description of MKRRadioManager.",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "http://60.205.190.38:9000/iOS/MKRRadioManager.git",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "yyqxiaoyin": "357491060@qq.com"
  13. },
  14. "source": {
  15. "git": "http://60.205.190.38:9000/iOS/MKRRadioManager.git",
  16. "tag": "0.0.3"
  17. },
  18. "platforms": {
  19. "ios": "8.0"
  20. },
  21. "source_files": "MKRRadioManager/Classes/MKRRadioManager/**/*",
  22. "ios": {
  23. "vendored_frameworks": "libs/*.framework"
  24. },
  25. "user_target_xcconfig": {
  26. "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
  27. },
  28. "pod_target_xcconfig": {
  29. "VALID_ARCHS": "armv7 arm64 x86_64"
  30. }
  31. }