Sfoglia il codice sorgente

MVK: update unstable cocoapod

Felix Paul Kühne 9 anni fa
parent
commit
9f1a07841f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      MobileVLCKit-unstable.podspec

+ 2 - 2
MobileVLCKit-unstable.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   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.homepage  = 'https://code.videolan.org/videolan/VLCKit'
   s.license   = {
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
   s.platform  = :ios
   s.authors   = 'Pierre d\'Herbemont', { 'Felix Paul Kühne' => 'fkuehne@videolan.org' }
   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.public_header_files = 'MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h'