[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 9 / 2 / SHRichTextEditorTools / 2.0.10 / SHRichTextEditorTools.podspec.json
blob75cdad7426c91df0fbdb02e51251c25478b11e36
2   "name": "SHRichTextEditorTools",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "2.0.10",
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": "2.0.10"
16   },
17   "requires_arc": true,
18   "swift_version": "4.2",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "SHRichTextEditorTools/Source/Core/**/*.{swift}",
23       "preserve_paths": "SHRichTextEditorTools/Source/Core/**"
24     },
25     {
26       "name": "SHRichTextEditor",
27       "source_files": "SHRichTextEditorTools/Source/SHRichTextEditor/**/*.{swift}",
28       "resources": "SHRichTextEditorTools/*.xcassets",
29       "resource_bundles": {
30         "SHRichTextEditorTools": [
31           "SHRichTextEditorTools/Source/SHRichTextEditor/**/*.{xib}"
32         ]
33       },
34       "dependencies": {
35         "SHRichTextEditorTools/Core": [
36           "~> 2.0.10"
37         ]
38       }
39     }
40   ]