FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AztecEditor-iOS/WordPress-Aztec-iOS.podspec at develop · clockify/AztecEditor-iOS · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
clockify
/
AztecEditor-iOS
Public
forked from
wordpress-mobile/AztecEditor-iOS
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
AztecEditor-iOS
/
WordPress-Aztec-iOS.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (27 loc) · 1019 Bytes
Breadcrumbs
AztecEditor-iOS
/
WordPress-Aztec-iOS.podspec
Copy path
File metadata and controls
33 lines (27 loc) · 1019 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# frozen_string_literal: true
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'WordPress-Aztec-iOS'
s
.
version
=
'1.19.8'
s
.
summary
=
'The native HTML Editor.'
s
.
description
=
<<-DESC
The native HTML Editor by Automattic Inc.
This library provides a UITextView subclass with HTML visual editing capabilities.
DESC
s
.
homepage
=
'https://github.com/wordpress-mobile/AztecEditor-iOS'
s
.
license
=
{
type
:
'MPLv2'
,
file
:
'LICENSE.md'
}
s
.
author
=
{
'The WordPress Mobile Team'
=>
'mobile@wordpress.org'
}
s
.
ios
.
deployment_target
=
'11.0'
s
.
swift_version
=
'5.0'
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
=
{
'WordPress-Aztec-iOS'
:
[
'Aztec/Assets/**/*'
]
}
s
.
xcconfig
=
{
'OTHER_LDFLAGS'
=>
'-lxml2'
,
'HEADER_SEARCH_PATHS'
=>
'/usr/include/libxml2'
}
end
Back
|
FazBrowse Home
|
New Git URL