File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = {
Original file line number Diff line number Diff 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/**/*'
You can’t perform that action at this time.
0 commit comments