blob: dd9e5d164caf11248f55a0e28f49ad7e432a90ff [file] [log] [blame]
{
"name": "SwiftlyScrollSlider",
"version": "0.1",
"summary": "Swiftly Scroll Slider",
"description": "Swiftly Scroll Slider - a custom slider to UIScrollView",
"homepage": "https://github.com/maximbilan/SwiftlyScrollSlider",
"license": {
"type": "MIT"
},
"authors": {
"Maxim Bilan": "maximb.mail@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/maximbilan/SwiftlyScrollSlider.git",
"tag": "0.1"
},
"source_files": [
"Classes",
"SwiftlyScrollSlider/Sources/**/*.{swift}"
],
"resources": "SwiftlyScrollSlider/Assets/*.*",
"requires_arc": true
}