Skip to content

Commit

Permalink
Update git URL to new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Mar 26, 2021
1 parent feef868 commit 8e035a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WordPress-Aztec-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Pod::Spec.new do |s|
This library provides a UITextView subclass with HTML visual editing capabilities.
DESC

s.homepage = 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS'
s.homepage = 'https://github.com/wordpress-mobile/AztecEditor-iOS'
s.license = { :type => 'MPLv2', :file => 'LICENSE.md' }
s.author = { 'The WordPress Mobile Team' => '[email protected]' }

s.ios.deployment_target = '11.0'
s.swift_version = '5.0'

s.source = { :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :tag => s.version.to_s }
s.module_name = "Aztec"
s.source_files = 'Aztec/Classes/**/*'
s.resource_bundles = {
Expand Down
4 changes: 2 additions & 2 deletions WordPress-Editor-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Pod::Spec.new do |s|
Use this library if you want to create an App that interacts with WordPress HTML content.
DESC

s.homepage = 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS'
s.homepage = 'https://github.com/wordpress-mobile/AztecEditor-iOS'
s.license = { :type => 'MPLv2', :file => 'LICENSE.md' }
s.author = { 'The WordPress Mobile Team' => '[email protected]' }

s.ios.deployment_target = '11.0'
s.swift_version = '5.0'

s.source = { :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :tag => s.version.to_s }
s.module_name = "WordPressEditor"
s.source_files = 'WordPressEditor/WordPressEditor/Classes/**/*'
s.resources = 'WordPressEditor/WordPressEditor/Assets/**/*'
Expand Down

0 comments on commit 8e035a9

Please sign in to comment.