Browse Source

add static_framework field in podspec file

Taner Sener 6 years ago
parent
commit
f09ef5b2f9
1 changed files with 1 additions and 0 deletions
  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/**/*'