[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / 6 / 0 / TappableLabel / 0.1.0 / TappableLabel.podspec.json
blobb6f0b436b28756eb2e4d715f9722d94952d56692
2   "name": "TappableLabel",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tadelv": "vid@tadel.net"
13   },
14   "source": {
15     "git": "https://github.com/tadelv/TappableLabel.git",
16     "tag": "0.1.0"
17   },
18   "swift_versions": "5.3",
19   "platforms": {
20     "ios": "12.1"
21   },
22   "source_files": "TappableLabel/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_version": "5.3"