blob: 4ddd31fb9d77d7037bf70711592764e31e92f3f0 [file] [log] [blame]
{
"name": "XJPageViewController",
"version": "1.0.0",
"summary": "根据项目需求封装XJPageViewController.",
"description": "根据项目需求,主要功能利用了UIPageViewController和UIScrollView实现了页面滚动功能,方便后期维护.",
"homepage": "https://github.com/tangshenchun/XJPageViewController.git",
"license": "MIT",
"authors": {
"Jason Tang": "tangshenchun@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tangshenchun/XJPageViewController.git",
"tag": "1.0.0"
},
"source_files": [
"RDPageViewController",
"RDPageViewController/**/*.{h,m}"
]
}