2 "name": "TappableLabel",
4 "summary": "Add links detection on UILabel, no subclasses.",
5 "description": "TappableLabel is an extension on UILabel, which adds link detection.CocoaPods\nIn order to use it, just `import TappableLabel` and then use `label.addLinkDetection { url in ... }` in your code.\nThere are no subclasses to substitue your UILabels with, it works with existing labels automagically.",
6 "homepage": "https://github.com/tadelv/TappableLabel",
12 "tadelv": "vid@tadel.net"
15 "git": "https://github.com/tadelv/TappableLabel.git",
18 "swift_versions": "5.3",
22 "source_files": "TappableLabel/Classes/**/*",
23 "frameworks": "UIKit",
24 "swift_version": "5.3"