Skip to content

Commit 9760129

Browse files
authored
Update LFLiveKit.podspec
fix issue LaiFengiOS#36 关于use_frameworks!的问题
1 parent dc7f8d1 commit 9760129

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LFLiveKit.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = "7.0"
1212
s.source = { :git => "https://github.com/LaiFengiOS/LFLiveKit.git", :tag => "#{s.version}" }
1313
s.source_files = "LFLiveKit/**/*.{h,m,mm,cpp,c}"
14-
s.public_header_files = "LFLiveKit/**/*.h"
14+
#s.public_header_files = "LFLiveKit/**/*.h"
15+
s.public_header_files = ['LFLiveKit/*.h', 'LFLiveKit/objects/*.h', 'LFLiveKit/configuration/*.h']
1516

1617
s.frameworks = "VideoToolbox", "AudioToolbox","AVFoundation","Foundation","UIKit"
1718
s.libraries = "c++", "z"

0 commit comments

Comments
 (0)