blob: b119469da5f3e93e55c54880da06a9fd7c6d28d2 [file] [log] [blame]
{
"name": "ZSWTappableLabel",
"version": "3.2",
"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.2"
},
"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/**/*"
}