Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hhsdk.ios.jf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangguolei
2021-08-03 17:40:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
291305f7a78f638deab66d2fa0a23b2c29d3e872
291305f7
0 parents
init
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
liberate.podspec
liberate.podspec
0 → 100644
View file @
291305f
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'liberate'
s
.
version
=
'0.1.0'
s
.
summary
=
'A short description of liberate.'
s
.
ios
.
deployment_target
=
'9.0'
s
.
description
=
<<-
DESC
TODO: Add long description of the pod here.
DESC
s
.
homepage
=
'https://code.hh-medic.com/dev-client/hhsdk.ios'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'shmilyshijian@foxmail.com'
=>
'shmilyshijian@foxmail.com'
}
s
.
source
=
{
:git
=>
'git@code.hh-medic.com:dev-client/hhsdk.ios.git'
,
:tag
=>
s
.
version
}
s
.
source_files
=
'liberate/Classes/**/*'
s
.
public_header_files
=
'liberate/Classes/**/*.h'
s
.
resources
=
'liberate/Resources/*.*'
s
.
vendored_frameworks
=
'liberate/Vendors/*.framework'
s
.
frameworks
=
'SystemConfiguration'
,
'CoreServices'
,
'AVFoundation'
,
'CoreTelephony'
,
'VideoToolbox'
,
'AudioToolbox'
,
'CoreMedia'
,
'Accelerate'
s
.
libraries
=
'z'
,
'sqlite3.0'
,
'c++'
,
'stdc++'
,
'resolv'
s
.
pod_target_xcconfig
=
{
'OTHER_LDFLAGS'
=>
'-ObjC'
,
'ENABLE_BITCODE'
=>
'NO'
,
'ARCHS'
=>
[
'arm64'
,
'x86_64'
]
}
end
...
...
Please
register
or
login
to post a comment