blob: 5762347b04a00592b72c2ce27b40d8dcc60de64a [file] [log] [blame]
{
"name": "KACyclePageView",
"version": "1.0.1",
"summary": "Cycled UIPageViewController with an UICollectionView header.",
"description": "Cycled UIPageViewController with an UICollectionView header written in Swift.",
"homepage": "https://github.com/zhz821/KACyclePageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhihuazhang": "zhangzhihua.dev@gmail.com"
},
"source": {
"git": "https://github.com/zhz821/KACyclePageView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KACyclePageView/Classes/**/*",
"resource_bundles": {
"KACyclePageView": [
"KACyclePageView/Assets/*.storyboard"
]
}
}