blob: a16dfc048ad6bc7e160b9af499b5f7fc6ed9f4e6 [file] [log] [blame]
{
"name": "DTCoreText",
"version": "1.6.17",
"platforms": {
"ios": "4.3"
},
"license": "BSD",
"source": {
"git": "https://github.com/Cocoanetics/DTCoreText.git",
"tag": "1.6.17"
},
"source_files": "Core/Source/*.{h,m,c}",
"dependencies": {
"DTFoundation/Core": [
"~>1.7.5"
],
"DTFoundation/UIKit": [
"~>1.7.5"
],
"DTFoundation/DTHTMLParser": [
"~>1.7.5"
],
"DTFoundation/DTAnimatedGIF": [
"~>1.7.5"
]
},
"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"
},
"documentation_url": "http://docs.cocoanetics.com/DTCoreText",
"social_media_url": "https://twitter.com/cocoanetics",
"prefix_header_contents": "#import <CoreText/CoreText.h>",
"prepare_command": "cd ./Core/Source\n/usr/bin/xxd -i default.css default.css.c"
}