blob: 41267128de6970dc17ef90bfe094addd0c8c744a [file] [log] [blame]
{
"name": "VTMagic",
"version": "1.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/tianzhuo112/VTMagic",
"authors": {
"tianzhuo": "tianzhuo112@163.com"
},
"summary": "Page controller manager for iOS.",
"description": "VTMagic is a container manager, 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.1.0"
},
"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"
},
"source_files": "VTMagic/**/*.{h,m}"
}
]
}