[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 4 / 7 / ZSWTappableLabel / 3.3.1 / ZSWTappableLabel.podspec.json
blobca7e51b7d36dd3ae373bd8f64bfee13db79bad00
2   "name": "ZSWTappableLabel",
3   "version": "3.3.1",
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.1"
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/**/*"