forked from uu-code007/PixelFreeEffects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixbuffer.podspec
31 lines (25 loc) · 1.08 KB
/
pixbuffer.podspec
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
#
# Be sure to run `pod lib lint QNRTCKit.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 http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'PixelFree'
s.version = '2.0.1'
s.summary = 'Qiniu RTC SDK for iOS.'
s.homepage = 'https://github.com/mu-code007/PixelFreeEffects'
s.license = 'Apache License, Version 2.0'
s.source = { :http => "https://PixelFreeEffects。zip"}
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.platform = :ios
s.ios.deployment_target = '9.0'
s.requires_arc = true
s.frameworks = ['UIKit', 'AVFoundation', 'CoreGraphics', 'CFNetwork', 'AudioToolbox', 'CoreMedia', 'VideoToolbox']
s.default_subspec = "Core"
s.subspec "Core" do |core|
core.vendored_framework = ['Pod/iphoneos/*.framework']
end
end