Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
hughkli committed Dec 4, 2023
1 parent 7ec9d28 commit aa06b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LookinServer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "LookinServer"
spec.version = "1.2.4"
spec.version = "1.2.5"
spec.summary = "The iOS framework of Lookin."
spec.description = "Embed this framework into your iOS project to enable Lookin mac app."
spec.homepage = "https://lookin.work"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = "9.0"
spec.tvos.deployment_target = '9.0'
spec.default_subspecs = 'Core'
spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.4"}
spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.5"}
spec.framework = "UIKit"
spec.requires_arc = true

Expand Down
4 changes: 2 additions & 2 deletions LookinShared.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "LookinShared"
spec.version = "1.2.4"
spec.version = "1.2.5"
spec.summary = "The shared files between client and server side of Lookin."
spec.description = "Embed this framework into your iOS project to enable Lookin mac app."
spec.homepage = "https://lookin.work"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = "9.0"
spec.tvos.deployment_target = '9.0'
spec.macos.deployment_target = "10.14"
spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.4"}
spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.5"}
#spec.framework = "UIKit"
spec.requires_arc = true
spec.source_files = [
Expand Down

0 comments on commit aa06b6b

Please sign in to comment.