blob: e20a4438dd2d5b03104628ed0cc5544ccb2e7923 [file] [log] [blame]
{
"name": "CREasyStyleTextStorage",
"version": "0.0.1",
"license": "MIT",
"summary": "NSTextStore subclass for easy text styling",
"description": "CREasyStyleTextStorage is a concrete NSTextStore subclass that allows for fast exact string match styling.",
"homepage": "https://github.com/cruffenach/CREasyStyleTextStorage",
"authors": "Collin Ruffenach",
"source": {
"git": "https://github.com/cruffenach/CREasyStyleTextStorage.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CREasyStyleTextStorage",
"frameworks": "UIKit",
"requires_arc": true
}