[Add] NeuroID 3.4.1
[CocoaPods.git] / Specs / a / 7 / 1 / Flick / 0.0.1 / Flick.podspec.json
blob899699596102c582525b6b31377848b1b747eed2
2   "name": "Flick",
3   "version": "0.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "cemolcay": "ccemolcay@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/cemolcay",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/cemolcay/Flick.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "Flick/FlickGestureRecognizer.swift",
20   "requires_arc": true,
21   "pushed_with_swift_version": "3.0"