[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 4 / 9 / 2 / SHRichTextEditorTools / 5.1.2 / SHRichTextEditorTools.podspec.json
blob79467355212cef50636cb06558460ed0e7c5f77b
2   "name": "SHRichTextEditorTools",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "5.1.2",
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": "5.1.2"
16   },
17   "requires_arc": true,
18   "swift_versions": "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": [
29         "SHRichTextEditorTools/Source/SHRichTextEditor/*.xcassets",
30         "SHRichTextEditorTools/Source/SHRichTextEditor/**/*.{xib}"
31       ],
32       "dependencies": {
33         "SHRichTextEditorTools/Core": [
34           "~> 5.1.2"
35         ]
36       }
37     }
38   ],
39   "swift_version": "4.2"