Skip to content

Commit 8e035a9

Browse files
committed
Update git URL to new repo name
1 parent feef868 commit 8e035a9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

WordPress-Aztec-iOS.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Pod::Spec.new do |s|
99
This library provides a UITextView subclass with HTML visual editing capabilities.
1010
DESC
1111

12-
s.homepage = 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS'
12+
s.homepage = 'https://github.com/wordpress-mobile/AztecEditor-iOS'
1313
s.license = { :type => 'MPLv2', :file => 'LICENSE.md' }
1414
s.author = { 'The WordPress Mobile Team' => 'mobile@automattic.com' }
1515

1616
s.ios.deployment_target = '11.0'
1717
s.swift_version = '5.0'
1818

19-
s.source = { :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :tag => s.version.to_s }
19+
s.source = { :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :tag => s.version.to_s }
2020
s.module_name = "Aztec"
2121
s.source_files = 'Aztec/Classes/**/*'
2222
s.resource_bundles = {

WordPress-Editor-iOS.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Pod::Spec.new do |s|
1010
Use this library if you want to create an App that interacts with WordPress HTML content.
1111
DESC
1212

13-
s.homepage = 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS'
13+
s.homepage = 'https://github.com/wordpress-mobile/AztecEditor-iOS'
1414
s.license = { :type => 'MPLv2', :file => 'LICENSE.md' }
1515
s.author = { 'The WordPress Mobile Team' => 'mobile@automattic.com' }
1616

1717
s.ios.deployment_target = '11.0'
1818
s.swift_version = '5.0'
1919

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

0 commit comments

Comments
 (0)