blob: 2361896f386732cc0e9b43f0688be7950c817bae [file] [log] [blame]
{
"name": "LJContainerView",
"version": "1.0.0",
"summary": "多个视图控制器(tableview)切换页框架\"",
"description": "多个视图控制器(tableview)切换页框架,使用时内部子视图控制器需要继承LJBaseContainerViewController",
"homepage": "ttps://github.com/ChatCoding/LJContainerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"领琾": "825238111@qq.com"
},
"source": {
"git": "https://github.com/ChatCoding/LJContainerView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"source_files": "LJContainerView/*.{h,m}"
},
"osx": {
"source_files": "LJContainerView/*.{h,m}"
},
"frameworks": "UIKit"
}