File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "LookinServer"
3- spec . version = "1.2.1 "
3+ spec . version = "1.2.2 "
44 spec . summary = "The iOS framework of Lookin."
55 spec . description = "Embed this framework into your iOS project to enable Lookin mac app."
66 spec . homepage = "https://lookin.work"
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99 spec . ios . deployment_target = "9.0"
1010 spec . tvos . deployment_target = '9.0'
1111 spec . default_subspecs = 'Core'
12- spec . source = { :git => "https://github.com/QMUI/LookinServer.git" , :tag => "1.2.1 " }
12+ spec . source = { :git => "https://github.com/QMUI/LookinServer.git" , :tag => "1.2.2 " }
1313 spec . framework = "UIKit"
1414 spec . requires_arc = true
1515
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "LookinShared"
3- spec . version = "1.2.1 "
3+ spec . version = "1.2.2 "
44 spec . summary = "The shared files between client and server side of Lookin."
55 spec . description = "Embed this framework into your iOS project to enable Lookin mac app."
66 spec . homepage = "https://lookin.work"
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99 spec . ios . deployment_target = "9.0"
1010 spec . tvos . deployment_target = '9.0'
1111 spec . macos . deployment_target = "10.14"
12- spec . source = { :git => "https://github.com/QMUI/LookinServer.git" , :tag => "1.2.1 " }
12+ spec . source = { :git => "https://github.com/QMUI/LookinServer.git" , :tag => "1.2.2 " }
1313 #spec.framework = "UIKit"
1414 spec . requires_arc = true
1515 spec . source_files = [
Original file line number Diff line number Diff line change 2323static const int LOOKIN_SERVER_VERSION = 7 ;
2424
2525// / current release version of LookinServer
26- static NSString * const LOOKIN_SERVER_READABLE_VERSION = @" 1.2.1 " ;
26+ static NSString * const LOOKIN_SERVER_READABLE_VERSION = @" 1.2.2 " ;
2727
2828// / current connection protocol version of LookinClient
2929static const int LOOKIN_CLIENT_VERSION = 7 ;
You can’t perform that action at this time.
0 commit comments