MSYConfig.podspec.json 704 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "MSYConfig",
  3. "version": "1.0.0",
  4. "summary": "美时互娱配置库",
  5. "description": "ios用户信息",
  6. "homepage": "http://github/ubungit.git",
  7. "license": "MIT",
  8. "authors": {
  9. "静静地白色外套": "296019487@qq.com"
  10. },
  11. "platforms": {
  12. "ios": "8.0"
  13. },
  14. "source": {
  15. "git": "http://github/ubungit.git",
  16. "tag": "1.0.0"
  17. },
  18. "default_subspecs": "base",
  19. "subspecs": [
  20. {
  21. "name": "base",
  22. "source_files": [
  23. "source/base/**/*.{h,m,swift}",
  24. "source/**.{h,m,swift}"
  25. ]
  26. },
  27. {
  28. "name": "encrypt",
  29. "source_files": [
  30. "source/encrypt/**/*.{h,m,swift}",
  31. "source/**.{h,m,swift}"
  32. ]
  33. }
  34. ]
  35. }