blob: 300f801333fdd05c25add2b47a6068c1a0783ef4 [file] [log] [blame]
{
"name": "MZSelectableLabel",
"version": "0.1.1",
"license": "MIT",
"summary": "A simple to use drop in replacement for UILabel for iOS 7 that provides automatic detection of colors.",
"homepage": "https://github.com/m1entus/MZSelectableLabel",
"authors": "MichaƂ Zaborowski",
"source": {
"git": "https://github.com/m1entus/MZSelectableLabel.git",
"tag": "0.1.1"
},
"requires_arc": true,
"source_files": "MZSelectableLabel/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit"
}