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

Slightly improve podspec

parent 8996e474
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,12 @@ 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.homepage = 'https://code.videolan.org/videolan/VLCKit'
s.license = {
:type => 'LGPLv2.1', :file => 'MobileVLCKit-binary/COPYING.txt'
:type => 'LGPL v2.1', :file => 'MobileVLCKit-binary/COPYING.txt'
}
s.documentation_url = 'https://wiki.videolan.org/VLCKit/'
s.platform = :ios
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'
......
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