blob: 17f0fb5412297a6a6c87ebc838eacf82808ed6f2 [file] [log] [blame]
{
"name": "TTTRegexAttributedLabel",
"version": "1.0.0",
"authors": {
"Quentin Rousseau": "contact@quent.in"
},
"homepage": "https://github.com/kwent/TTTRegexAttributedLabel",
"platforms": {
"ios": "4.3"
},
"summary": "TTTRegexAttributedLabel allows to set Font & Color to TTTAttributedLabel via Regex easier.",
"source": {
"git": "https://github.com/kwent/TTTRegexAttributedLabel.git",
"tag": "1.0.0"
},
"license": "MIT",
"frameworks": [
"UIKit",
"CoreText",
"CoreGraphics",
"QuartzCore"
],
"source_files": "TTTRegexAttributedLabel",
"requires_arc": true,
"social_media_url": "https://twitter.com/quentinrousseau",
"dependencies": {
"TTTAttributedLabel": [
"> 1.4.0"
]
}
}