|
1 | | -# |
2 | | -# Be sure to run `bundle exec pod lib lint WordPress-Editor-iOS.podspec' to ensure this is a |
3 | | -# valid spec before submitting. |
4 | | -# |
5 | | -# Any lines starting with a # are optional, but their use is encouraged |
6 | | -# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html |
7 | | -# |
8 | | - |
9 | 1 | Pod::Spec.new do |s| |
10 | | - s.name = 'WordPress-Editor-iOS' |
11 | | - s.version = '1.19.4' |
12 | | - s.summary = 'The WordPress HTML Editor.' |
| 2 | + s.name = 'WordPress-Editor-iOS' |
| 3 | + s.version = '1.19.4' |
| 4 | + |
| 5 | + s.summary = 'The WordPress HTML Editor.' |
| 6 | + s.description = <<-DESC |
| 7 | + The WordPress HTML Editor by Automattic Inc. |
13 | 8 |
|
14 | | -# This description is used to generate tags and improve search results. |
15 | | -# * Think: What does it do? Why did you write it? What is the focus? |
16 | | -# * Try to keep it short, snappy and to the point. |
17 | | -# * Write the description between the DESC delimiters below. |
18 | | -# * Finally, don't worry about the indent, CocoaPods strips it! |
| 9 | + This library provides a UITextView subclass with HTML visual editing capabilities. |
| 10 | + Use this library if you want to create an App that interacts with WordPress HTML content. |
| 11 | + DESC |
19 | 12 |
|
20 | | - s.description = <<-DESC |
21 | | - The WordPress HTML Editor by Automattic Inc. |
22 | | - DESC |
| 13 | + s.homepage = 'https://github.com/wordpress-mobile/AztecEditor-iOS' |
| 14 | + s.license = { :type => 'MPLv2', :file => 'LICENSE.md' } |
| 15 | + s.author = { 'The WordPress Mobile Team' => 'mobile@wordpress.org' } |
23 | 16 |
|
24 | | - s.homepage = 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS' |
25 | | - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' |
26 | | - s.license = { :type => 'MPLv2', :file => 'LICENSE.md' } |
27 | | - s.author = { 'Automattic' => 'mobile@automattic.com', 'Diego Rey Mendez' => 'diego.rey.mendez@automattic.com', 'Sergio Estevao' => 'sergioestevao@gmail.com', 'Jorge Leandro Perez' => 'jorge.perez@automattic.com' } |
28 | | - s.source = { :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :tag => s.version.to_s } |
29 | 17 | s.ios.deployment_target = '11.0' |
30 | 18 | s.swift_version = '5.0' |
| 19 | + |
| 20 | + s.source = { :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :tag => s.version.to_s } |
31 | 21 | s.module_name = "WordPressEditor" |
32 | 22 | s.source_files = 'WordPressEditor/WordPressEditor/Classes/**/*' |
33 | 23 | s.resources = 'WordPressEditor/WordPressEditor/Assets/**/*' |
34 | | - |
35 | | - s.xcconfig = {'OTHER_LDFLAGS' => '-lxml2', |
36 | | - 'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'} |
| 24 | + s.xcconfig = { |
| 25 | + 'OTHER_LDFLAGS' => '-lxml2', |
| 26 | + 'HEADER_SEARCH_PATHS' => '/usr/include/libxml2' |
| 27 | + } |
37 | 28 |
|
38 | 29 | s.dependency "WordPress-Aztec-iOS", s.version.to_s |
39 | 30 | end |
0 commit comments