blob: 996beb5a354611e59d9853710ac19cae4b295d19 [file] [log] [blame]
{
"name": "TabPageView",
"version": "0.0.8",
"summary": "The swift version of TabPageView in iOS",
"description": "该框架实现了tab上显示标题、page上显示标题对应的控制器的内容,且左右滑动界面时,标题和内容联动效果!",
"homepage": "https://github.com/brianbryant/TabPageView",
"license": "MIT",
"authors": {
"brianbryant": "brianbryant@126.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/brianbryant/TabPageView.git",
"tag": "0.0.8"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"exclude_files": "Sources/Exclude",
"dependencies": {
"SFExtensions": [
]
}
}