blob: 76b753a70513e2916d76c9225bc19c9ec4e9819f [file] [log] [blame]
{
"name": "DTCoreText",
"version": "1.3.1",
"platforms": {
"ios": "4.3"
},
"license": "BSD",
"source": {
"git": "https://github.com/Cocoanetics/DTCoreText.git",
"tag": "1.3.1"
},
"source_files": "Core/Source/*.{h,m,c}",
"dependencies": {
"DTFoundation/Core": [
"~>1.0.0"
],
"DTFoundation/DTHMLParser": [
"~>1.0.0"
]
},
"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@drobnik.com"
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
},
"prefix_header_contents": "#import <CoreText/CoreText.h>",
"resources": "Demo/Resources/DTCoreTextFontOverrides.plist",
"prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"
}