blob: 0b0a243a12fc48d02bf9b6da4b4ca15f573516c8 [file] [log] [blame]
{
"name": "SliderProgress",
"version": "0.2.1",
"summary": "Swipe to dismiss progress animation",
"description": "An animation kit for some clean swipe to dismiss features. The method will create the animation and dismiss when you have reached a cetain offset. The view can be customised for colour and also how far you would like the user to swipe upwards until the view dismisses.",
"homepage": "https://github.com/lvh1g15/sliderProgress",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lvh1g15": "landon2008@hotmail.com"
},
"source": {
"git": "https://github.com/lvh1g15/sliderProgress.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "sliderdismissanimation/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}