FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
API-Examples/iOS/APIExample-OC/sdk.podspec at main · genMY/API-Examples · GitHub
genMY
/
API-Examples
Public
forked from
AgoraIO/API-Examples
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
API-Examples
/
iOS
/
APIExample-OC
/
sdk.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 679 Bytes
Breadcrumbs
API-Examples
/
iOS
/
APIExample-OC
/
sdk.podspec
Copy path
File metadata and controls
14 lines (14 loc) · 679 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
Pod
::
Spec
.
new
do
|
spec
|
spec
.
name
=
"sdk"
spec
.
version
=
"1.0"
spec
.
summary
=
"Agora iOS video SDK"
spec
.
description
=
"iOS library for agora A/V communication, broadcasting and data channel service."
spec
.
homepage
=
"https://docs.agora.io/en/Agora%20Platform/downloads"
spec
.
license
=
{
"type"
=>
"Copyright"
,
"text"
=>
"Copyright 2018 agora.io. All rights reserved.
\n
"
}
spec
.
author
=
{
"Agora Lab"
=>
"developer@agora.io"
}
spec
.
platform
=
:ios
spec
.
source
=
{
:git
=>
""
}
spec
.
vendored_frameworks
=
"libs/*.xcframework"
spec
.
requires_arc
=
true
spec
.
ios
.
deployment_target
=
'9.0'
end
Back
|
FazBrowse Home
|
New Git URL