blob: e0d4d04d548fbef97c579aeaab806806de332e90 [file] [log] [blame]
{
"name": "Garnish",
"version": "1.0.0",
"summary": "UITextView that highlights text like Messages.app",
"description": "Garnish is a UITextView subclass that replicates the text effects of emoji detection in Messages. GarnishTextView is extensible with custom detectors that define detection behavior and highlight colors/fonts.",
"homepage": "https://github.com/Food52/Garnish",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Simons": " mike.simons@food52.com"
},
"source": {
"git": "https://github.com/Food52/Garnish.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Garnish/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}