File tree 4 files changed +4
-4
lines changed
LFLiveKit.xcworkspace/xcuserdata/admin.xcuserdatad
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
Pod ::Spec . new do |s |
3
3
4
4
s . name = "LFLiveKit"
5
- s . version = "1.6.5 "
5
+ s . version = "1.6.4 "
6
6
s . summary = "LaiFeng ios Live. LFLiveKit."
7
7
s . homepage = "https://github.com/chenliming777"
8
8
s . license = { :type => "MIT" , :file => "LICENSE" }
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
s . requires_arc = true
20
20
21
21
s . dependency "CocoaAsyncSocket" , "~> 7.4.1"
22
- s . dependency "GPUImage" , :git => "https://github.com/BradLarson/GPUImage"
22
+ s . dependency 'LMGPUImage' , '~> 0.1.9'
23
23
s . dependency "pili-librtmp" , "~> 1.0.2"
24
24
25
25
end
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.6.5 </string >
18
+ <string >1.6.4 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ target "LFLiveKit" do
5
5
6
6
pod 'CocoaAsyncSocket' , '~> 7.4.1'
7
7
pod 'pili-librtmp' , '~> 1.0.2'
8
- pod 'GPUImage ' , :git => ’https : //github . com / BradLarson / GPUImage’
8
+ pod 'LMGPUImage ' , '~> 0.1.9'
9
9
10
10
end
You can’t perform that action at this time.
0 commit comments