blob: f25cc09cda94269cb2167727b0229d5355ed40bf [file] [log] [blame]
{
"name": "DDOCScrollPageView",
"version": "0.0.1",
"summary": "DDOCScrollPageView 分页滚动视图,实现tableview嵌套滚动效果,用于替代UIPageViewController",
"homepage": "https://github.com/BrownCN023/DDOCScrollPageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyebiao1990": "347991555@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BrownCN023/DDOCScrollPageView.git",
"tag": "0.0.1"
},
"source_files": "DDOCScrollPageView/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}