blob: 44e94e1613ba1fb53b1980d951324522a0c7ffb0 [file] [log] [blame]
{
"name": "SwiftyVerticalScrollBar",
"version": "0.1.0",
"summary": "A custom scrollbar for a UIScrollView or UIScrollView's subclasses.",
"description": "A custom scrollbar for a UIScrollView or UIScrollView's subclasses.\nThis is a re-write WKVerticalScrollBar in Swift.",
"homepage": "https://github.com/satoshin2071/SwiftyVerticalScrollBar",
"license": "MIT",
"authors": {
"satoshin2071": ""
},
"source": {
"git": "https://github.com/satoshin2071/SwiftyVerticalScrollBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftyVerticalScrollBar": [
"Pod/Assets/*.png"
]
}
}