blob: 2a9d2184c9ab292b60fa97d6e5767ca7cb403c2d [file] [log] [blame]
{
"name": "KPageViewController",
"version": "1.0.1",
"summary": "A ViewPager Component For iOS",
"description": "You may simply inherit the PageViewController class and assign your viewControllers and titles, then the view pager comes up.",
"homepage": "https://gitlab.com/chunkit.kam/pageviewcontroller",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kam": "chunkit.kam@aquamantech.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://gitlab.com/chunkit.kam/pageviewcontroller.git",
"tag": "1.0.1"
},
"source_files": "PageViewController/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}