blob: 00af7acd9a0c7131444f6fda4af4c1583558d1b5 [file] [log] [blame]
{
"name": "DDKPageViewController",
"version": "0.9.0",
"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": "0.9.0"
},
"source_files": "DDKPageViewController/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}