Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hughkli committed Aug 10, 2019
1 parent 4d745b1 commit cff7f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LookinServer.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = "LookinServer"
spec.version = "0.9.3"
spec.version = "0.9.4"
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"
spec.license = "GPL-3.0"
spec.author = { "QMUI Team" => "[email protected]" }
spec.platform = :ios, "8.0"
spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "0.9.3"}
spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "0.9.4"}
spec.vendored_frameworks = "LookinServer.framework"
spec.framework = "UIKit"
end

0 comments on commit cff7f82

Please sign in to comment.