blob: 1a3817813bf841ec0f93c13db81aab2ac4379f96 [file] [log] [blame]
{
"name": "ZSWTappableLabel",
"version": "1.0",
"summary": "UILabel subclass in which substrings 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.0"
},
"social_media_url": "https://twitter.com/zacwest",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZSWTappableLabel": [
"Pod/Assets/*.png"
]
}
}