Skip to content

Commit 82291ac

Browse files
committed
Update podspec
1 parent a0a8c18 commit 82291ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LLDebugToolSwift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LLDebugToolSwift"
3-
s.version = "1.1.6"
3+
s.version = "1.1.7"
44
s.summary = "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations."
55
s.homepage = "https://github.com/HDB-Li/LLDebugToolSwift"
66
s.license = "MIT"
@@ -11,6 +11,6 @@ Pod::Spec.new do |s|
1111
s.requires_arc = true
1212
s.source_files = "LLDebugToolSwift/**/*.{h,m,swift}"
1313
# s.resources = "LLDebugToolSwift/**/*.{xib,storyboard,bundle}"
14-
s.dependency "LLDebugTool" #, "s.version"
14+
s.dependency "LLDebugTool" , '1.1.7'
1515
s.swift_version = "4.0"
1616
end

0 commit comments

Comments
 (0)