blob: 98c520d03806f5011d637906d2507a92f8876942 [file] [log] [blame]
{
"name": "STNScrollBarControl",
"version": "1.0.0",
"summary": "A scroll bar like Google photo's can scroll scrollview/tableview/collectionview and show text depending on cell",
"description": "The scroll bar is subclass of UIControl and it is very easly added to scrollview/tableview/collectionview. It also can show text when implement delegate.",
"homepage": "https://github.com/stonezhl/STNScrollBarControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stone Zhang": "stnzhl@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/stonezhl/STNScrollBarControl.git",
"tag": "1.0.0"
},
"source_files": [
"STNScrollBarControl",
"STNScrollBarControl/**/*.{h,m,swift}"
]
}