forked from LCOpenSDK/LCOpenSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLCOpenSDK.podspec
More file actions
17 lines (15 loc) · 900 Bytes
/
LCOpenSDK.podspec
File metadata and controls
17 lines (15 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |spec|
spec.name = "LCOpenSDK"
spec.version = "3.12.07"
spec.summary = "乐橙云开放平台SDK"
spec.description = "乐橙云开放平台SDK,开发者可以用SDK开发APP"
spec.homepage = "https://github.com/LCOpenSDK/LCOpenSDK"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "OpenImoulife" => "OpenImoulife@163.com" }
spec.platform = :ios, "9.0"
spec.source = { :git => "https://github.com/LCOpenSDK/LCOpenSDK.git", :tag => spec.version.to_s }
spec.frameworks = 'CoreLocation', 'CoreAudio', 'CoreVideo', 'CoreMedia', 'CFNetwork', 'VideoToolbox', 'AudioToolbox', 'AVFoundation','OpenGLES','MediaAccessibility','MediaPlayer'
spec.libraries = "z"
spec.vendored_frameworks = 'Framework/LCOpenSDKDynamic.framework'
spec.pod_target_xcconfig = { 'VALID_ARCHS' => 'armv7 arm64' }
end