forked from AgoraIO/API-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsdk.podspec
More file actions
14 lines (14 loc) · 679 Bytes
/
sdk.podspec
File metadata and controls
14 lines (14 loc) · 679 Bytes
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