We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a8c18 commit 82291acCopy full SHA for 82291ac
LLDebugToolSwift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "LLDebugToolSwift"
3
- s.version = "1.1.6"
+ s.version = "1.1.7"
4
s.summary = "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations."
5
s.homepage = "https://github.com/HDB-Li/LLDebugToolSwift"
6
s.license = "MIT"
@@ -11,6 +11,6 @@ Pod::Spec.new do |s|
11
s.requires_arc = true
12
s.source_files = "LLDebugToolSwift/**/*.{h,m,swift}"
13
# s.resources = "LLDebugToolSwift/**/*.{xib,storyboard,bundle}"
14
- s.dependency "LLDebugTool" #, "s.version"
+ s.dependency "LLDebugTool" , '1.1.7'
15
s.swift_version = "4.0"
16
end
0 commit comments