blob: 0a87563bb48ba143a57570f60918099484329d65 [file] [log] [blame]
{
"name": "DTCoreText",
"version": "1.6.0",
"platforms": {
"ios": "4.3"
},
"license": "BSD",
"source": {
"git": "https://github.com/Cocoanetics/DTCoreText.git",
"tag": "1.6.0"
},
"source_files": "Core/Source/*.{h,m,c}",
"dependencies": {
"DTFoundation/Core": [
"~>1.4.3"
],
"DTFoundation/UIKit": [
"~>1.4.3"
],
"DTFoundation/DTHMLParser": [
"~>1.4.3"
]
},
"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": "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"
}