@@ -7,25 +7,24 @@ Pod::Spec.new do |s|
7
7
Wrapper around UITextView to support Rich text editing in SwiftUI.
8
8
DESC
9
9
10
- s . homepage = ' https://github.com/canopas/RichEditorSwiftUI'
11
- s . license = { :type => ' MIT' , :file => ' LICENSE.md' }
12
- s . author = { ' Jimmy' => ' jimmy@canopas.com' }
13
- s . source = { :git => ' https://github.com/canopas/rich-editor-swiftui.git' , :tag => s . version . to_s }
14
- s . social_media_url = ' https://x.com/canopas_eng'
10
+ s . homepage = " https://github.com/canopas/RichEditorSwiftUI"
11
+ s . license = { :type => " MIT" , :file => " LICENSE.md" }
12
+ s . author = { " Jimmy" => " jimmy@canopas.com" }
13
+ s . source = { :git => " https://github.com/canopas/rich-editor-swiftui.git" , :tag => s . version . to_s }
14
+ s . social_media_url = " https://x.com/canopas_eng"
15
15
16
- s . source_files = ' Sources/**/*.swift'
16
+ s . source_files = " Sources/**/*.swift"
17
17
18
- s . module_name = ' RichEditorSwiftUI'
18
+ s . module_name = " RichEditorSwiftUI"
19
19
s . requires_arc = true
20
20
21
- s . swift_version = ' 5.9'
21
+ s . swift_version = " 5.9"
22
22
23
- s . ios . deployment_target = '15.0'
24
- s . osx . deployment_target = '12.0'
25
- s . tvos . deployment_target = '17.0'
26
- s . visionos . deployment_target = '1.0'
27
- s . watchos . deployment_target = '8.0'
23
+ s . ios . deployment_target = "15.0"
24
+ s . osx . deployment_target = "12.0"
25
+ s . tvos . deployment_target = "17.0"
26
+ s . watchos . deployment_target = "8.0"
28
27
29
- s . preserve_paths = ' README.md'
28
+ s . preserve_paths = " README.md"
30
29
31
30
end
0 commit comments