Skip to content

Commit facffa1

Browse files
committed
Trying to fix podspec
1 parent 8aaa59f commit facffa1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

RichEditorView.podspec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "RichEditorView"
3-
s.version = "5.0.0"
3+
s.version = "4.2"
44
s.summary = "Rich Text Editor for iOS written in Swift"
5-
s.homepage = "https://github.com/cjwirth/RichEditorView"
5+
s.homepage = "https://github.com/T-Pro/RichEditorView"
66
s.license = 'BSD 3-clause'
7-
s.author = { "Caesar Wirth" => "cjwirth@gmail.com" }
8-
s.source = { :git => "https://github.com/cjwirth/RichEditorView.git", :tag => s.version.to_s }
9-
s.social_media_url = 'https://twitter.com/cjwirth'
7+
s.author = { "Caesar Wirth" => "cjwirth@gmail.com", "Pedro Paulo de Amorim" => "pp.amorim@hotmail.com" }
8+
s.source = { :git => "https://github.com/T-Pro/RichEditorView.git", :tag => s.version.to_s }
109

1110
s.platform = :ios, '8.0'
1211
s.swift_version = '4.0'

0 commit comments

Comments
 (0)