4 "summary": "A smart swipe gesture with direction, duration, velocity and force properties.",
5 "description": "Flick\n===\n\nA smart swipe gesture with direction, duration, velocity and force properties.\n\nDemo\n----\n![alt tag](https://github.com/cemolcay/Flick/raw/master/Demo.gif)\n\nRequirements\n----\n\n- Swift 3.0+\n- iOS 8.0+\n\nInstall\n----\n\n```\nuse_frameworks!\npod 'Flick'\n```\n\nUsage\n----\n\n```\nimport Flick\n```\n\nCreate a `FlickGestureRecognizer` and attach it a UIView, SceneKit View or SpriteKit View.\nIn your gesture handler, read the data directly from gesture reference.",
6 "homepage": "https://github.com/cemolcay/Flick",
9 "cemolcay": "ccemolcay@gmail.com"
11 "social_media_url": "http://twitter.com/cemolcay",
16 "git": "https://github.com/cemolcay/Flick.git",
19 "source_files": "Flick/FlickGestureRecognizer.swift",
21 "pushed_with_swift_version": "3.0"