[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / 4 / 7 / ZSWTappableLabel / 3.3 / ZSWTappableLabel.podspec.json
blob422dd6f14111de912cb838ac2f46852365888b41
2   "name": "ZSWTappableLabel",
3   "version": "3.3",
4   "summary": "UILabel subclass for links which are tappable, long-pressable, 3D Touchable, and VoiceOverable.",
5   "description": "NSAttributedStrings displayed in ZSWTappableLabel can be tapped, long-pressed, 3D Touched, or interacted with using VoiceOver in substrings you specify using string attributes. Read more: https://github.com/zacwest/ZSWTappableLabel",
6   "homepage": "https://github.com/zacwest/ZSWTappableLabel",
7   "license": "MIT",
8   "authors": {
9     "Zachary West": "zacwest@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/zacwest/ZSWTappableLabel.git",
13     "tag": "3.3"
14   },
15   "social_media_url": "https://twitter.com/zacwest",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "ios": {
21     "frameworks": "UIKit"
22   },
23   "private_header_files": "ZSWTappableLabel/**/Private/*.h",
24   "public_header_files": "ZSWTappableLabel/*.h",
25   "source_files": "ZSWTappableLabel/**/*"