Skip to content

Commit 381107b

Browse files
committed
修改了一个库文件
1 parent e6c34ec commit 381107b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use_frameworks!
55
platform :ios, '10.0'
66

77
target 'EnterAffectiveCloud' do
8-
pod 'HandyJSON', '5.0.0-beta'
8+
pod 'HandyJSON', '5.0.0'
99
pod 'SwiftyJSON'
1010
pod 'Starscream'
1111
pod 'GzipSwift'

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
22
- GzipSwift (5.0.0)
3-
- HandyJSON (5.0.0-beta)
3+
- HandyJSON (5.0.0)
44
- Starscream (3.1.0)
55
- SwiftyJSON (5.0.0)
66

77
DEPENDENCIES:
88
- GzipSwift
9-
- HandyJSON (= 5.0.0-beta)
9+
- HandyJSON (= 5.0.0)
1010
- Starscream
1111
- SwiftyJSON
1212

@@ -19,10 +19,10 @@ SPEC REPOS:
1919

2020
SPEC CHECKSUMS:
2121
GzipSwift: 5592f4d62b641e04d06443ba471f8ed76b1363e4
22-
HandyJSON: b84ac9904050a0897a0802092b7cb8808e0a4e9a
22+
HandyJSON: 992f2d661716d6a91de82d0056927bc7813b5770
2323
Starscream: 08172b481e145289c4930cb567230fb55897cfa4
2424
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7
2525

26-
PODFILE CHECKSUM: 14f4cb49213776bc548e353f89349627f8005a05
26+
PODFILE CHECKSUM: 2acb74ae1e9faef1a923b001d3f66b6f16230997
2727

2828
COCOAPODS: 1.6.1

0 commit comments

Comments
 (0)