blob: afb160772be895c4c2514b9dc3ab743ecc6959ea [file] [log] [blame]
{
"name": "SHRichTextEditorTools",
"platforms": {
"ios": "10.0"
},
"version": "4.0.4",
"summary": "This is a collection of extensions which are helpful in configuring UIBarButtonItem to build a rich text editor",
"authors": {
"Susmita Horrow": "susmita.horrow@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/hsusmita/SHRichTextEditorTools",
"source": {
"git": "https://github.com/hsusmita/SHRichTextEditorTools.git",
"tag": "4.0.4"
},
"requires_arc": true,
"swift_versions": "4.2",
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "SHRichTextEditorTools/Source/Core/**/*.{swift}",
"preserve_paths": "SHRichTextEditorTools/Source/Core/**"
},
{
"name": "SHRichTextEditor",
"source_files": "SHRichTextEditorTools/Source/SHRichTextEditor/**/*.{swift}",
"resources": [
"SHRichTextEditorTools/Source/SHRichTextEditor/*.xcassets",
"SHRichTextEditorTools/Source/SHRichTextEditor/**/*.{xib}"
],
"dependencies": {
"SHRichTextEditorTools/Core": [
"~> 4.0.4"
]
}
}
]
}