Skip to content
This repository was archived by the owner on Jul 14, 2018. It is now read-only.

Commit 13cd0b9

Browse files
committed
Bump up to 1.1.1
1 parent 7caa64a commit 13cd0b9

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Cartfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
github "shogo4405/lf.swift" ~> 0.6.0
1+
github "shogo4405/lf.swift" ~> 0.7.1
22
github "BradLarson/GPUImage"
3-
4-

GPUHaishinKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "GPUHaishinKit"
4-
s.version = "1.1.0"
4+
s.version = "1.1.1"
55
s.summary = "Camera and Microphone streaming library via RTMP, HLS for iOS. Powered by GPUImage + HaishinKit(lf)"
66

77
s.description = <<-DESC
@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
2020

2121
s.source_files = "Sources/**/*.swift"
2222
s.dependency 'GPUImage', '~> 0.1.7'
23-
s.dependency 'lf', '~> 0.6.0'
23+
s.dependency 'lf', '~> 0.7.1'
2424

2525
end

0 commit comments

Comments
 (0)