12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "VTMagic",
- "version": "1.2.4",
- "license": {
- "type": "MIT"
- },
- "homepage": "https://github.com/tianzhuo112/VTMagic",
- "authors": {
- "tianzhuo": "tianzhuo112@163.com"
- },
- "summary": "A page container for iOS.",
- "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.",
- "source": {
- "git": "https://github.com/tianzhuo112/VTMagic.git",
- "tag": "1.2.4"
- },
- "public_header_files": "VTMagic/VTMagic.h",
- "source_files": "VTMagic/VTMagic.h",
- "platforms": {
- "ios": "6.0"
- },
- "requires_arc": true,
- "frameworks": "UIKit",
- "subspecs": [
- {
- "name": "Core",
- "platforms": {
- "ios": "6.0"
- },
- "exclude_files": "VTMagic/VTMagic.h",
- "source_files": "VTMagic/**/*.{h,m}"
- }
- ]
- }
|