2706
Showing
... | ... | @@ -8,7 +8,7 @@ |
Pod::Spec.new do |s| | ||
s.name = 'OffcnLiveSDKiOS' | ||
s.version = '2.7.0.5' | ||
s.version = '2.7.0.6' | ||
s.summary = 'OffcnLiveSDKiOS.' | ||
s.description = <<-DESC | ||
... | ... | @@ -41,6 +41,22 @@ TODO: Add long description of the pod here. |
s.user_target_xcconfig = {'OTHER_LDFLAGS' => '-ObjC'} | ||
#dependency : 该pod依赖的pod | ||
# s.subspec 'OffcnVideoView' do |category| | ||
# category.source_files = 'OffcnLiveSDKiOS/Classes/OffcnVideoView.h' | ||
# category.public_header_files = 'OffcnLiveSDKiOS/Classes/OffcnVideoView.h' | ||
# | ||
# #vendored_frameworks: 第三方framework | ||
# category.vendored_frameworks = ['OffcnLiveSDKiOS/Frameworks/ZGIJKMediaFramework.framework'] | ||
# | ||
# #frameworks: 该pod依赖的系统framework | ||
# category.frameworks = 'CFNetwork', 'CoreFoundation', 'CoreData', 'Foundation', 'AudioToolbox', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MediaPlayer', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'UIKit', 'VideoToolbox', 'SystemConfiguration', 'CoreTelephony', 'CoreText', 'ImageIO', 'MapKit' | ||
# #libraries: 该pod依赖的系统library | ||
# category.libraries = 'c++','bz2','z','xml2','sqlite3','xml2','resolv' | ||
# category.resource = 'OffcnLiveSDKiOS/Resources/*.bundle' | ||
# category.user_target_xcconfig = {'OTHER_LDFLAGS' => '-ObjC'} | ||
# end | ||
end | ||
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Please
register
or
sign in
to comment