VTMagic.podspec.json 889 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "VTMagic",
  3. "version": "1.2.4",
  4. "license": {
  5. "type": "MIT"
  6. },
  7. "homepage": "https://github.com/tianzhuo112/VTMagic",
  8. "authors": {
  9. "tianzhuo": "tianzhuo112@163.com"
  10. },
  11. "summary": "A page container for iOS.",
  12. "description": "VTMagic is a page container library for iOS, it can manage many different pages. VTMagicView contains a menu bar and a content view, all pages are add to content view.",
  13. "source": {
  14. "git": "https://github.com/tianzhuo112/VTMagic.git",
  15. "tag": "1.2.4"
  16. },
  17. "public_header_files": "VTMagic/VTMagic.h",
  18. "source_files": "VTMagic/VTMagic.h",
  19. "platforms": {
  20. "ios": "6.0"
  21. },
  22. "requires_arc": true,
  23. "frameworks": "UIKit",
  24. "subspecs": [
  25. {
  26. "name": "Core",
  27. "platforms": {
  28. "ios": "6.0"
  29. },
  30. "exclude_files": "VTMagic/VTMagic.h",
  31. "source_files": "VTMagic/**/*.{h,m}"
  32. }
  33. ]
  34. }