blob: af07d2aff5c4db9509993ecfe38616ce6b50c2ba [file] [log] [blame]
{
"name": "MSPTouchableLabel",
"version": "0.4.0",
"summary": "UILabel subclass with UITableView -like data source and delegate for easy dynamic labels.",
"description": "The MSPTouchableLabel class is a UILabel subclass which provides an interface\nfor easy interaction and updates. It offers a data source and delegate for\nyou to dynamically update its contents.",
"homepage": "https://github.com/michaelpace/MSPTouchableLabel",
"screenshots": [
"http://i.imgur.com/5sxXxBR.gif",
"http://i.imgur.com/zwvMlp2.gif",
"http://i.imgur.com/IzkJmff.gif",
"http://i.imgur.com/vGlygCp.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Pace": "mpace1027@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/michaelpace/MSPTouchableLabel.git",
"tag": "0.4.0"
},
"source_files": "Source/MSPTouchableLabel.{h,m}",
"requires_arc": true
}