[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 9 / 2 / SHRichTextEditorTools / 4.0.3 / SHRichTextEditorTools.podspec.json
blob5d479ede53351032fdebba478d87da4558506306
2   "name": "SHRichTextEditorTools",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "4.0.3",
7   "summary": "This is a collection of extensions which are helpful in configuring UIBarButtonItem to build a rich text editor",
8   "authors": {
9     "Susmita Horrow": "susmita.horrow@gmail.com"
10   },
11   "license": "MIT",
12   "homepage": "https://github.com/hsusmita/SHRichTextEditorTools",
13   "source": {
14     "git": "https://github.com/hsusmita/SHRichTextEditorTools.git",
15     "tag": "4.0.3"
16   },
17   "requires_arc": true,
18   "swift_versions": "4.2",
19   "swift_version": "4.2",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "SHRichTextEditorTools/Source/Core/**/*.{swift}",
24       "preserve_paths": "SHRichTextEditorTools/Source/Core/**"
25     },
26     {
27       "name": "SHRichTextEditor",
28       "source_files": "SHRichTextEditorTools/Source/SHRichTextEditor/**/*.{swift}",
29       "resources": [
30         "SHRichTextEditorTools/Source/SHRichTextEditor/*.xcassets",
31         "SHRichTextEditorTools/Source/SHRichTextEditor/**/*.{xib}"
32       ],
33       "dependencies": {
34         "SHRichTextEditorTools/Core": [
35           "~> 4.0.3"
36         ]
37       }
38     }
39   ]