@@ -7,25 +7,26 @@ Pod::Spec.new do |s|
77 Wrapper around UITextView to support Rich text editing in SwiftUI.
88 DESC
99
10- s . homepage = ' https://github.com/canopas/RichEditorSwiftUI'
11- s . license = { :type => ' MIT' , :file => ' LICENSE.md' }
12- s . author = { ' Jimmy' => ' [email protected] ' } 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" => " [email protected] " } 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"
1515
16- s . source_files = ' Sources/**/*.swift'
16+ s . source_files = " Sources/**/*.swift"
1717
18- s . module_name = ' RichEditorSwiftUI'
18+ s . module_name = " RichEditorSwiftUI"
1919 s . requires_arc = true
2020
21- s . swift_version = ' 5.9'
21+ s . swift_version = " 5.9"
2222
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"
27+ Cocoapods pod lib lint fail with vision os as it 's throwing error "Could not find a `xros` simulator"
28+ #s.visionos.deployment_target = "1.0"
2829
29- s . preserve_paths = ' README.md'
30+ s . preserve_paths = " README.md"
3031
3132end
0 commit comments