Skip to content

Commit 5ba53d1

Browse files
committed
【修改信息】 新版本1.8.0
1 parent c3db435 commit 5ba53d1

4 files changed

Lines changed: 8 additions & 12 deletions

File tree

ZLGitHubClient/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ pod 'IQKeyboardManager'
5151
pod 'DGCharts'
5252
#下载图片
5353
pod 'SDWebImage'
54+
5455
# AutoLayout
55-
pod 'Masonry'
56-
#pod 'SnapKit'
56+
pod 'SnapKit'
5757

5858
pod 'YYText'
5959

ZLGitHubClient/Podfile.lock

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ PODS:
178178
- LookinServer (1.2.7):
179179
- LookinServer/Core (= 1.2.7)
180180
- LookinServer/Core (1.2.7)
181-
- Masonry (1.1.0)
182181
- MBProgressHUD (1.2.0)
183182
- MJExtension (3.4.2)
184183
- MJRefresh (3.7.9)
@@ -256,11 +255,11 @@ DEPENDENCIES:
256255
- JXSegmentedView
257256
- Kanna (~> 5.2.2)
258257
- LookinServer
259-
- Masonry
260258
- MBProgressHUD (from `https://github.com/jdg/MBProgressHUD.git`)
261259
- MJRefresh
262260
- ObjectMapper
263261
- SDWebImage
262+
- SnapKit
264263
- SYDCentralPivot
265264
- Toast-Swift
266265
- "UITextView+Placeholder"
@@ -306,7 +305,6 @@ SPEC REPOS:
306305
- JXSegmentedView
307306
- Kanna
308307
- LookinServer
309-
- Masonry
310308
- MJExtension
311309
- MJRefresh
312310
- nanopb
@@ -397,7 +395,6 @@ SPEC CHECKSUMS:
397395
JXSegmentedView: 4b0e5506a9883da26472c9c0857d782c13cef05a
398396
Kanna: 01cfbddc127f5ff0963692f285fcbc8a9d62d234
399397
LookinServer: 36f1a0ad280de34b9794cf8825867fcc2dd93e75
400-
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
401398
MBProgressHUD: 1b0fb447e80a0fda94808180750e8b78a07b3cd2
402399
MJExtension: e97d164cb411aa9795cf576093a1fa208b4a8dd8
403400
MJRefresh: ff9e531227924c84ce459338414550a05d2aea78
@@ -420,6 +417,6 @@ SPEC CHECKSUMS:
420417
ZLUtilities: cc526fb2d1a47ca55345cc2dc03ed05f11068bf7
421418
ZMMVVM: 92ef04990cd7d0ae5bb3ea9ddf778023bc5c5d9e
422419

423-
PODFILE CHECKSUM: deb755e667a2c3ddd83e7fe5eee4dcd9135b3eea
420+
PODFILE CHECKSUM: bd0c78cf82614b08cefe3def57274373a48bab85
424421

425422
COCOAPODS: 1.16.2

ZLGitHubClient/ZLGitHubClient.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3103,7 +3103,7 @@
31033103
INFOPLIST_FILE = ZLGitHubClient/System/ZLSupportFiles/ZLGitHubClient_Info.plist;
31043104
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
31053105
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
3106-
MARKETING_VERSION = 1.7.0;
3106+
MARKETING_VERSION = 1.8.0;
31073107
NEW_SETTING = "";
31083108
PRODUCT_BUNDLE_IDENTIFIER = com.zm.ZLGitHubClient;
31093109
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -3139,7 +3139,7 @@
31393139
INFOPLIST_FILE = ZLGitHubClient/System/ZLSupportFiles/ZLGitHubClient_Info.plist;
31403140
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
31413141
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
3142-
MARKETING_VERSION = 1.7.0;
3142+
MARKETING_VERSION = 1.8.0;
31433143
NEW_SETTING = "";
31443144
PRODUCT_BUNDLE_IDENTIFIER = com.zm.ZLGitHubClient;
31453145
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -3171,7 +3171,7 @@
31713171
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
31723172
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
31733173
LIBRARY_SEARCH_PATHS = "$(inherited)";
3174-
MARKETING_VERSION = 1.7.0;
3174+
MARKETING_VERSION = 1.8.0;
31753175
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
31763176
MTL_FAST_MATH = YES;
31773177
PRODUCT_BUNDLE_IDENTIFIER = "com.zm.ZLGitHubClient.Fixed-Repo";
@@ -3207,7 +3207,7 @@
32073207
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
32083208
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
32093209
LIBRARY_SEARCH_PATHS = "$(inherited)";
3210-
MARKETING_VERSION = 1.7.0;
3210+
MARKETING_VERSION = 1.8.0;
32113211
MTL_FAST_MATH = YES;
32123212
PRODUCT_BUNDLE_IDENTIFIER = "com.zm.ZLGitHubClient.Fixed-Repo";
32133213
PRODUCT_NAME = "$(TARGET_NAME)";

ZLGitHubClient/ZLGitHubClient/System/ZLSupportFiles/ZLGitHubClient-Prefix.pch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#import <SYDCentralPivot/SYDCentralPivot.h>
1919

2020
#pragma mark -
21-
#import <Masonry/Masonry.h>
2221
#import "ZLLanguageModuleProtocol.h"
2322
#import "UIColor+ZLBase.h"
2423

0 commit comments

Comments
 (0)