[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / 4 / 7 / ZSWTappableLabel / 3.3.2 / ZSWTappableLabel.podspec.json
blob5c68f4c4bb68ff6f6bcf3626f8beff28d6043334
2   "name": "ZSWTappableLabel",
3   "version": "3.3.2",
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.2"
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/**/Public/*.h",
25   "source_files": "ZSWTappableLabel/**/*"