Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathbytedEffect.podspec
More file actions
Latest commit
23 lines (23 loc) · 1.18 KB
/
Copy pathbytedEffect.podspec
File metadata and controls
23 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.newdo |s|
s.name="bytedEffect"
s.version="4.5.2"
s.license={"type"=>"Copyright","text"=>"Copyright 2018 agora.io. All rights reserved.\n"}
s.homepage='https://github.com'
s.author={"Agora Lab"=>"developer@agora.io"}
s.summary='Demo for effect-sdk'
s.description="iOS library for agora A/V communication, broadcasting and data channel service."
s.platform=:ios
s.frameworks='Accelerate','AssetsLibrary','AVFoundation','CoreGraphics','CoreImage','CoreMedia','CoreVideo','Foundation','QuartzCore','UIKit','CoreMotion','Accelerate','JavaScriptCore'
s.weak_frameworks='Metal','MetalPerformanceShaders','Photos','CoreML'
s.source={:git=>""}
# s.source_files = "ByteEffectLib/**/*.h"
# s.public_header_files = "ByteEffectLib/**/*.h"
# s.header_mappings_dir = "ByteEffectLib/BytedEffectSDK/"
s.vendored_framework="ByteEffectLib/*.framework"
s.vendored_libraries="ByteEffectLib/*.a"
s.resource_bundles={"ByteEffectLib"=>"ByteEffectLib/**/*.bundle"}
s.platform=:ios,'9.0'
s.requires_arc=true
s.libraries='z','stdc++'
s.dependency'SSZipArchive'
end