blob: 88bac2f61c21d2a5349a86b6638b64f11aff7778 [file] [log] [blame]
{
"name": "DTCoreText",
"version": "1.6.5",
"platforms": {
"ios": "4.3"
},
"license": "BSD",
"source": {
"git": "https://github.com/Cocoanetics/DTCoreText.git",
"tag": "1.6.5"
},
"source_files": "Core/Source/*.{h,m,c}",
"dependencies": {
"DTFoundation/Core": [
"~>1.5.1"
],
"DTFoundation/UIKit": [
"~>1.5.1"
],
"DTFoundation/DTHTMLParser": [
"~>1.5.1"
]
},
"frameworks": [
"MediaPlayer",
"QuartzCore",
"CoreText",
"CoreGraphics",
"ImageIO"
],
"requires_arc": true,
"homepage": "https://github.com/Cocoanetics/DTCoreText",
"summary": "Methods to allow using HTML code with CoreText.",
"authors": {
"Oliver Drobnik": "oliver@cocoanetics.com"
},
"prefix_header_contents": "#import <CoreText/CoreText.h>",
"prepare_command": " cd Core/Source\n /usr/bin/xxd -i default.css default.css.c\n"
}