Skip to content

Commit 3539bae

Browse files
author
chenliming
committed
Revert "update"
This reverts commit 40b1f7d.
1 parent 40b1f7d commit 3539bae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LFLiveKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "LFLiveKit"
5-
s.version = "1.6.5"
5+
s.version = "1.6.4"
66
s.summary = "LaiFeng ios Live. LFLiveKit."
77
s.homepage = "https://github.com/chenliming777"
88
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.requires_arc = true
2020

2121
s.dependency "CocoaAsyncSocket", "~> 7.4.1"
22-
s.dependency "GPUImage", :git=>"https://github.com/BradLarson/GPUImage"
22+
s.dependency 'LMGPUImage', '~> 0.1.9'
2323
s.dependency "pili-librtmp", "~> 1.0.2"
2424

2525
end
Binary file not shown.

LFLiveKit/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.5</string>
18+
<string>1.6.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ target "LFLiveKit" do
55

66
pod 'CocoaAsyncSocket', '~> 7.4.1'
77
pod 'pili-librtmp', '~> 1.0.2'
8-
pod 'GPUImage', :git=>’https://github.com/BradLarson/GPUImage’
8+
pod 'LMGPUImage', '~> 0.1.9'
99

1010
end

0 commit comments

Comments
 (0)