Skip to content

Commit 759892c

Browse files
authored
Merge pull request #5 from HDB-Li/1.3.1
1.3.1
2 parents e5c18aa + 47e1ee5 commit 759892c

File tree

21 files changed

+1749
-1655
lines changed

21 files changed

+1749
-1655
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.1](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.1) (09/06/2019)
2+
3+
### Synchronous update
4+
5+
More update informations please see [LLDebugTool CHANGELOG](https://github.com/HDB-Li/LLDebugTool/blob/master/CHANGELOG.md).
6+
7+
Update for version 1.3.1 based on LLDebugTool. Nothing changed in swift.
8+
19
## [1.3.0](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.0) (09/01/2019)
210

311
### Synchronous update

LLDebugToolSwift.podspec

Lines changed: 3 additions & 3 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.3.0"
3+
s.version = "1.3.1"
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,7 +11,7 @@ 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" , '1.3.0'
15-
s.swift_version = "4.0"
14+
s.dependency "LLDebugTool" , '1.3.1'
15+
s.swift_version = "4.0"
1616

1717
end

LLDebugToolSwiftDemo/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.2</string>
20+
<string>1.3.1</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target 'LLDebugToolSwiftDemo' do
77

88
# Pods for LLDebugToolSwiftDemo
99

10-
pod 'LLDebugTool' , '1.3.0'
10+
pod 'LLDebugTool' , '1.3.1'
1111

1212
pod 'Alamofire' , '~> 4.7'
1313

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ PODS:
33
- FMDB (2.7.5):
44
- FMDB/standard (= 2.7.5)
55
- FMDB/standard (2.7.5)
6-
- LLDebugTool (1.3.0):
7-
- FMDB
6+
- LLDebugTool (1.3.1):
7+
- FMDB (~> 2.0)
88
- Moya (11.0.2):
99
- Moya/Core (= 11.0.2)
1010
- Moya/Core (11.0.2):
@@ -14,7 +14,7 @@ PODS:
1414

1515
DEPENDENCIES:
1616
- Alamofire (~> 4.7)
17-
- LLDebugTool (= 1.3.0)
17+
- LLDebugTool (= 1.3.1)
1818
- Moya (~> 11.0.0)
1919

2020
SPEC REPOS:
@@ -28,10 +28,10 @@ SPEC REPOS:
2828
SPEC CHECKSUMS:
2929
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
3030
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
31-
LLDebugTool: 048abee5e666157db6cf07bc9f3289ec2c491e2e
31+
LLDebugTool: f801115096b1e5f3357304dc6427ac1e3e3d2847
3232
Moya: a725035953bc1c0eb1be505ab903984501d82440
3333
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
3434

35-
PODFILE CHECKSUM: 6883901b32ced6228efa851d9320b45debe77f04
35+
PODFILE CHECKSUM: b48e96e793ee252d0f985b84a5bad533ca5b1d7f
3636

3737
COCOAPODS: 1.7.5

Pods/LLDebugTool/LLDebugTool/Core/Component/Network/Function/LLNetworkHelper.m

Lines changed: 9 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Component/Screenshot/Function/LLScreenshotHelper.m

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Component/Screenshot/LLConvenientScreenshotComponent.h

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Component/Screenshot/LLConvenientScreenshotComponent.m

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Others/Const/LLConst.m

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)