Kaynağa Gözat

add static_framework field in podspec file

Taner Sener 6 yıl önce
ebeveyn
işleme
f09ef5b2f9
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      ios/flutter_ffmpeg.podspec

+ 1 - 0
ios/flutter_ffmpeg.podspec

@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
 
   s.requires_arc     = true
   s.ios.deployment_target = '9.3'
+  s.static_framework  = true
 
   s.source              = { :path => '.' }
   s.source_files        = 'Classes/**/*'