4 "summary": "`StrokeView` is handlable round trip gesture on extended `UIView`.",
5 "description": "`StrokeView` is handlable round trip gesture on extended `UIView`.\n\n# Usage\n\n```swift\nclass ViewController: UIViewController, StrokeViewDelegate {\n\n override func viewDidLoad() {\n super.viewDidLoad()\n\n let strokeView: StrokeView = StrokeView()\n strokeView.delegate = self\n view.addSubview(strokeView)\n }\n\n func strokeViewDidStroke(_ strokeView: StrokeView) {\n print(\"did stroke!!!\")\n }\n}\n```",
6 "homepage": "https://github.com/fromkk/StrokeView",
12 "Kazuya Ueoka": "info@fromkk.info"
14 "social_media_url": "http://twitter.com/fromkk",
19 "git": "https://github.com/fromkk/StrokeView.git",
26 "swift_version": "4.2"