blob: 723bccf5658ee885c4fdb3a93c6a4581f18bda50 [file] [log] [blame]
{
"name": "ZSWTappableLabel",
"version": "1.1",
"summary": "UILabel subclass in which substrings links can be tapped",
"description": " NSAttributedStrings presented in ZSWTappableLabel can be tapped\n in subranges you specify using attributes.\n Read more: https://github.com/zacwest/ZSWTappableLabel\n",
"homepage": "https://github.com/zacwest/ZSWTappableLabel",
"license": "MIT",
"authors": {
"Zachary West": "zacwest@gmail.com"
},
"source": {
"git": "https://github.com/zacwest/ZSWTappableLabel.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/zacwest",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ZSWTappableLabel/**/*"
}