blob: b4b5ee985fd26bb631b06d3145f3c0976345679e [file] [log] [blame]
{
"name": "DTRichTextEditor",
"version": "1.6.9",
"platforms": {
"ios": "6.0"
},
"license": "BSD",
"source": {
"git": "https://github.com/Cocoanetics/DTRichTextEditor.git",
"tag": "1.6.9"
},
"source_files": [
"Core/Source/*.{h,m,c}",
"Core/*.h"
],
"prefix_header_contents": "#import \"DTLog.h\"",
"dependencies": {
"DTCoreText": [
"~>1.6.15"
],
"DTWebArchive": [
"~>0.0.2"
],
"DTLoupe": [
"~>1.5.5"
],
"DTFoundation": [
"~>1.7.5"
]
},
"frameworks": "AssetsLibrary",
"requires_arc": true,
"homepage": "http://www.cocoanetics.com/parts/dtrichtexteditor/",
"summary": "A framework to implement Rich Text Editing on iOS.",
"authors": {
"Oliver Drobnik": "oliver@cocoanetics.com"
}
}