blob: 1cccd1c8c237403469616c9044e9ac502f1507d1 [file] [log] [blame]
{
"name": "SHRichTextEditorTools",
"platforms": {
"ios": "10.0"
},
"version": "5.1.3",
"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": "5.1.3"
},
"requires_arc": true,
"swift_versions": "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": [
"~> 5.1.3"
]
}
}
],
"swift_version": "4.2"
}