|
@@ -1,6 +1,6 @@
|
|
Pod::Spec.new do |s|
|
|
Pod::Spec.new do |s|
|
|
s.name = 'MobileVLCKit-unstable'
|
|
s.name = 'MobileVLCKit-unstable'
|
|
- s.version = '3.0.0a3'
|
|
|
|
|
|
+ s.version = '3.0.0a4'
|
|
s.summary = "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS."
|
|
s.summary = "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS."
|
|
s.homepage = 'https://code.videolan.org/videolan/VLCKit'
|
|
s.homepage = 'https://code.videolan.org/videolan/VLCKit'
|
|
s.license = {
|
|
s.license = {
|
|
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
|
|
s.platform = :ios
|
|
s.platform = :ios
|
|
s.authors = 'Pierre d\'Herbemont', { 'Felix Paul Kühne' => 'fkuehne@videolan.org' }
|
|
s.authors = 'Pierre d\'Herbemont', { 'Felix Paul Kühne' => 'fkuehne@videolan.org' }
|
|
s.source = {
|
|
s.source = {
|
|
- :http => 'http://people.videolan.org/~feepk/MobileVLCKit-unstable/MobileVLCKit-unstable-3.0.0a3.zip'
|
|
|
|
|
|
+ :http => 'http://people.videolan.org/~feepk/MobileVLCKit-unstable/MobileVLCKit-unstable-3.0.0a4.zip'
|
|
}
|
|
}
|
|
s.ios.vendored_framework = 'MobileVLCKit-binary/MobileVLCKit.framework'
|
|
s.ios.vendored_framework = 'MobileVLCKit-binary/MobileVLCKit.framework'
|
|
s.public_header_files = 'MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h'
|
|
s.public_header_files = 'MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h'
|