-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMMVideoSDK.podspec
More file actions
37 lines (29 loc) · 1.25 KB
/
MMVideoSDK.podspec
File metadata and controls
37 lines (29 loc) · 1.25 KB
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
#
# Be sure to run `pod lib lint MDRecordAndEdit.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'MMVideoSDK'
s.version = '1.0.3'
s.summary = 'MMVideoSDK'
s.description = <<-DESC
MMVideoSDK short videos
DESC
s.homepage = 'https://www.baidu.com/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'bi.s_fish' => 'sunfeifish@gmail.com' }
s.source = { :git => 'https://github.com/cosmos33/MMVideoSDK.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.frameworks = 'AVFoundation', 'CoreVideo', 'CoreMedia', 'CoreAudio', 'AssetsLibrary', 'CoreGraphics', 'Photos'
s.vendored_frameworks = 'Frameworks/**/*.framework'
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => '$(inherited) NO', 'OTHER_LDFLAGS' => '$(inherited) -ObjC'}
s.dependency 'MMMedia', '1.0.0'
s.dependency 'MMCV', '1.0.19'
s.dependency 'MMXEScene', '1.0.0'
s.dependency 'GPUImage'
s.dependency 'MetalPetal', '1.1.2'
s.dependency 'ZipArchive'
end