|
@@ -1,6 +1,6 @@
|
|
|
Pod::Spec.new do |s|
|
|
|
s.name = 'MobileVLCKit'
|
|
|
- s.version = '2.2.2'
|
|
|
+ s.version = '3.0.0'
|
|
|
s.summary = "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS."
|
|
|
s.homepage = 'https://wiki.videolan.org/VLCKit/'
|
|
|
s.license = {
|
|
@@ -12,12 +12,12 @@ Pod::Spec.new do |s|
|
|
|
}
|
|
|
s.ios.vendored_framework = 'MobileVLCKit-binary/MobileVLCKit.framework'
|
|
|
s.public_header_files = 'MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h'
|
|
|
- s.ios.deployment_target = '5.1.1'
|
|
|
- s.frameworks = 'QuartzCore', 'CoreText', 'AVFoundation', 'Security', 'CFNetwork', 'AudioToolbox', 'OpenGLES', 'CoreGraphics'
|
|
|
- s.libraries = 'stdc++', 'xml2', 'z', 'bz2', 'iconv'
|
|
|
+ s.ios.deployment_target = '7.0.0'
|
|
|
+ s.frameworks = 'QuartzCore', 'CoreText', 'AVFoundation', 'Security', 'CFNetwork', 'AudioToolbox', 'OpenGLES', 'CoreGraphics', 'VideoToolbox', 'CoreMedia'
|
|
|
+ s.libraries = 'libc++', 'xml2', 'z', 'bz2', 'iconv'
|
|
|
s.requires_arc = false
|
|
|
s.xcconfig = {
|
|
|
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11',
|
|
|
- 'CLANG_CXX_LIBRARY' => 'libstdc++'
|
|
|
+ 'CLANG_CXX_LIBRARY' => 'libc++'
|
|
|
}
|
|
|
end
|