-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
feef868
commit 8e035a9
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/**/*' | ||
|