FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
API-Examples/iOS/APIExample-OC/Podfile 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
/
Podfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (22 loc) · 552 Bytes
Breadcrumbs
API-Examples
/
iOS
/
APIExample-OC
/
Podfile
Copy path
File metadata and controls
30 lines (22 loc) · 552 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
def
common_pods
pod
'AgoraRtcEngine_iOS'
,
'4.5.0'
# pod 'sdk', :path => 'sdk.podspec'
end
target
'APIExample-OC'
do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
common_pods
end
target
'Agora-ScreenShare-Extension-OC'
do
use_frameworks!
common_pods
end
target
'SimpleFilter'
do
use_frameworks!
common_pods
end
pre_install
do
|
installer
|
# system("sh .download_script.sh 4.5.0 true")
end
Back
|
FazBrowse Home
|
New Git URL