blob: 6f11ff6c7e34270f722149344ff844b96667f7e9 [file] [log] [blame]
{
"name": "ZKPageViewController",
"version": "0.1.0",
"summary": "A PageViewController with a custom title view",
"description": "A light-weighted PageViewController with a custom title view in swift.",
"homepage": "https://github.com/superk589/ZKPageViewController",
"license": "MIT",
"authors": {
"zhenkai zhao": "superk589@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/superk589/ZKPageViewController.git",
"tag": "0.1.0"
},
"source_files": "Sources/*.swift",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
],
"DynamicColor": [
]
}
}