blob: 16aa795e25c0f1c4fa492f44ebad5b9e455860b2 [file] [log] [blame]
{
"name": "KACyclePageView",
"version": "0.1.3",
"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": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KACyclePageView/Classes/**/*",
"resource_bundles": {
"KACyclePageView": [
"KACyclePageView/Assets/*.storyboard"
]
}
}