[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 2 / StrokeView / 0.0.1 / StrokeView.podspec.json
blobff772ad68053cde0ec9b698ece66ce3f0d7313a9
2   "name": "StrokeView",
3   "version": "0.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Kazuya Ueoka": "info@fromkk.info"
13   },
14   "social_media_url": "http://twitter.com/fromkk",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/fromkk/StrokeView.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "StrokeView",
24     "StrokeView/*.swift"
25   ],
26   "swift_version": "4.2"