Skip to content
Snippets Groups Projects
Commit b3bc6d4f authored by Carola's avatar Carola Committed by Felix Paul Kühne
Browse files

add the podspec file that is adjusted and sent to cocoapods for redistribution...

add the podspec file that is adjusted and sent to cocoapods for redistribution of VLCKit via cocoapods

(cherry picked from commit 21ca499f)
parent d65f9821
No related branches found
No related tags found
No related merge requests found
Pod::Spec.new do |s|
s.name = 'MobileVLCKit'
s.version = '2.2.2'
s.summary = "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS."
s.homepage = 'https://wiki.videolan.org/VLCKit/'
s.license = {
:type => 'LGPLv2.1', :file => 'MobileVLCKit-binary/COPYING.txt'
}
s.authors = 'Pierre d\'Herbemont', { 'Felix Paul Kühne' => 'fkuehne@videolan.org' }
s.source = {
:http => 'http://download.videolan.org/pub/cocoapods/MobileVLCKit-2.2.2.zip'
}
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.requires_arc = false
s.xcconfig = {
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11',
'CLANG_CXX_LIBRARY' => 'libstdc++'
}
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment