blob: b6b21c52bc5888902ad9920d04b34087d8cb30ef [file] [log] [blame]
{
"name": "VCScrollTabBar",
"version": "1.0.0",
"summary": "VCScrollView can control the other scrollView to decide what view you want to show.",
"description": "You can easy to handle child view in your scrollView. When you add VCScrollTabBar, you can selected the VCScrollTabBar button to go to the child view in scrollView.",
"homepage": "https://github.com/healmax/VCScrollTabBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vincent": "healmax@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/healmax/VCScrollTabBar.git",
"tag": "1.0.0"
},
"source_files": [
"VCScrollTabBar",
"VCScrollTabBar/*.{h,m}"
],
"frameworks": "UIKit"
}