blob: 203f7f72019cc654d34502ff9d7c930b68a72644 [file] [log] [blame]
{
"name": "DDKPageViewController",
"version": "1.0.1",
"summary": "基于UIPageViewController封装的分页控制器控件",
"description": "一个使用UIPageViewController封装实现的分页控件,在UIPageViewController的基础上做了一些改善以满足简单的分页功能",
"homepage": "https://github.com/Byxc/DDKPageViewController",
"license": "MIT",
"authors": {
"白云心城": "924698172@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Byxc/DDKPageViewController",
"tag": "1.0.1"
},
"source_files": "DDKPageViewController/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}