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 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "LookinServer"
3
- spec . version = "1.2.1 "
3
+ spec . version = "1.2.2 "
4
4
spec . summary = "The iOS framework of Lookin."
5
5
spec . description = "Embed this framework into your iOS project to enable Lookin mac app."
6
6
spec . homepage = "https://lookin.work"
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
9
9
spec . ios . deployment_target = "9.0"
10
10
spec . tvos . deployment_target = '9.0'
11
11
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 " }
13
13
spec . framework = "UIKit"
14
14
spec . requires_arc = true
15
15
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "LookinShared"
3
- spec . version = "1.2.1 "
3
+ spec . version = "1.2.2 "
4
4
spec . summary = "The shared files between client and server side of Lookin."
5
5
spec . description = "Embed this framework into your iOS project to enable Lookin mac app."
6
6
spec . homepage = "https://lookin.work"
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
9
9
spec . ios . deployment_target = "9.0"
10
10
spec . tvos . deployment_target = '9.0'
11
11
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 " }
13
13
#spec.framework = "UIKit"
14
14
spec . requires_arc = true
15
15
spec . source_files = [
Original file line number Diff line number Diff line change 23
23
static const int LOOKIN_SERVER_VERSION = 7 ;
24
24
25
25
// / 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 " ;
27
27
28
28
// / current connection protocol version of LookinClient
29
29
static const int LOOKIN_CLIENT_VERSION = 7 ;
You can’t perform that action at this time.
0 commit comments