blob: 41bf4907366b82561b5701b3231ea589ac6229bc [file] [log] [blame]
{
"name": "DTCoreText",
"version": "1.6.19",
"platforms": {
"ios": "4.3",
"tvos": "9.0"
},
"license": "BSD",
"source": {
"git": "https://github.com/Cocoanetics/DTCoreText.git",
"tag": "1.6.19"
},
"source_files": "Core/Source/*.{h,m,c}",
"ios": {
"source_files": "Core/Source/iOS/*.{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>",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited)"
},
"prepare_command": "cd ./Core/Source\n/usr/bin/xxd -i default.css default.css.c",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Core/Source/*.{h,m,c}"
},
{
"name": "Extension",
"source_files": "Core/Source/*.{h,m,c}",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DT_APP_EXTENSIONS=1"
}
}
]
}