blob: 1d534342cbc8eccd04c9a27c7b1a4e7a79ba5f05 [file] [log] [blame]
{
"name": "TOPageView",
"version": "1.0.0",
"summary": "一个可视化编辑的分页菜单。支持storyboard、xib、autolayout。动态加载页面,支持懒加载。属性和内容支持动态修改",
"description": "TOPageViewController是一个可视化编辑的分页菜单。支持storyboard、xib、autolayout。动态加载页面,支持懒加载。属性和内容支持动态修改",
"homepage": "https://github.com/TonyJR/TOPageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tony.JR": "show_3@163.com"
},
"source": {
"git": "https://github.com/TonyJR/TOPageViewController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"TOPageView/*.{h,m}",
"TOPageView/tools/*.{h,m}",
"TOPageView/models/*.{h,m}"
],
"frameworks": "Foundation"
}