blob: 442bc8da4f99ea983c18ed48b89d55da56340798 [file] [log] [blame]
{
"name": "ZSWTappableLabel",
"version": "3.1",
"summary": "UILabel subclass for links which are tappable, long-pressable, 3D Touchable, and VoiceOverable.",
"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",
"homepage": "https://github.com/zacwest/ZSWTappableLabel",
"license": "MIT",
"authors": {
"Zachary West": "zacwest@gmail.com"
},
"source": {
"git": "https://github.com/zacwest/ZSWTappableLabel.git",
"tag": "3.1"
},
"social_media_url": "https://twitter.com/zacwest",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
},
"private_header_files": "ZSWTappableLabel/**/Private/*.h",
"public_header_files": "ZSWTappableLabel/*.h",
"source_files": "ZSWTappableLabel/**/*"
}