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
37 lines (27 loc) · 739 Bytes
/
Podfile
File metadata and controls
37 lines (27 loc) · 739 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
28
29
30
31
32
33
34
35
36
37
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
def common_pods
pod 'AgoraRtcEngine_iOS', '4.5.1'
# pod 'sdk', :path => 'sdk.podspec'
end
target 'APIExample-SwiftUI' do
use_frameworks!
common_pods
# pod 'CocoaAsyncSocket', '7.6.5'
# pod 'ijkplayer', '~> 1.1.3'
# pod 'SwiftLint', '~> 0.53.0'
# pod 'senseLib', :path => 'sense.podspec'
# pod 'bytedEffect', :path => 'bytedEffect.podspec'
# pod 'fuLib', :path => 'fu.podspec'
end
target 'Agora-ScreenShare-Extension' 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.1 true")
end