forked from AgoraIO/API-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
27 lines (21 loc) · 632 Bytes
/
Podfile
File metadata and controls
27 lines (21 loc) · 632 Bytes
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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'APIExample-OC' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'AgoraRtcEngine_iOS', '4.4.0'
# pod 'sdk', :path => 'sdk.podspec'
end
target 'Agora-ScreenShare-Extension-OC' do
use_frameworks!
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.4.0'
end
target 'SimpleFilter' do
use_frameworks!
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.4.0'
end
pre_install do |installer|
# system("sh .download_script.sh 4.3.2 true")
end