Skip to content

Commit

Permalink
Updated pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-divyesh-v committed Jan 17, 2024
1 parent d0b4dea commit c01db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RichEditorSwiftUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "Jimmy" => "jimmy@canopas.com" }
s.source = { :git => "https://github.com/canopas/rich-editor-swiftui.git", :tag => s.version.to_s }
s.source_files = "Sources/RichEditorSwiftUI/*.swift"
s.source_files = "Sources/*.swift"
s.social_media_url = 'https://twitter.com/canopassoftware'

s.module_name = 'RichEditorSwiftUI'
Expand Down

0 comments on commit c01db48

Please sign in to comment.