Skip to content

Commit 7eb534c

Browse files
authored
update pod spec (#13)
* Update initial version * Updated auther
1 parent 2ce5a90 commit 7eb534c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RichEditorSwiftUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RichEditorSwiftUI"
3-
s.version = "2.0.2"
3+
s.version = "1.0.0"
44
s.summary = "Rich text editing, SwiftUI rich text editor library."
55

66
s.description = <<-DESC
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99

1010
s.homepage = "https://github.com/canopas/RichEditorSwiftUI"
1111
s.license = { :type => "MIT", :file => "LICENSE.md" }
12-
s.author = { "Divyesh" => "divyesh.v@canopas.com" }
12+
s.author = { "Jimmy" => "jimmy@canopas.com" }
1313
s.source = { :git => "https://github.com/canopas/rich-editor-swiftui.git", :tag => s.version.to_s }
1414
s.source_files = "Sources/RichEditorSwiftUI/*.swift"
1515
s.social_media_url = 'https://twitter.com/canopassoftware'

0 commit comments

Comments
 (0)