Commit b10df065 by zhangyunjie

为oss添加系统库

parent c97aa928
......@@ -30,12 +30,12 @@ TODO: Add long description of the pod here.
#vendored_frameworks: 第三方framework
s.vendored_frameworks = ['OffcnLiveSDKiOS/Frameworks/ZGIJKMediaFramework.framework','OffcnLiveSDKiOS/Frameworks/WebRTC.framework']
#frameworks: 该pod依赖的系统framework
s.frameworks = 'CFNetwork', 'CoreFoundation', 'CoreData', 'Foundation', 'AudioToolbox', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MediaPlayer', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'UIKit', 'VideoToolbox'
s.frameworks = 'CFNetwork', 'CoreFoundation', 'CoreData', 'Foundation', 'AudioToolbox', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MediaPlayer', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'UIKit', 'VideoToolbox', 'SystemConfiguration', 'CoreTelephony'
s.vendored_libraries = ['OffcnLiveSDKiOS/Libraries/libOffcnLiveSDK.a']
#libraries: 该pod依赖的系统library
s.libraries = 'c++','bz2','z','xml2','sqlite3','xml2'
s.libraries = 'c++','bz2','z','xml2','sqlite3','xml2','resolv'
s.resource = 'OffcnLiveSDKiOS/Resources/*.bundle'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment