Skip to content

Commit 6e9a1da

Browse files
committed
update: update KeychainAccess
1 parent 8dd8b95 commit 6e9a1da

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "kishikawakatsumi/KeychainAccess" == 3.1.2
1+
github "kishikawakatsumi/KeychainAccess" == 3.2.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "kishikawakatsumi/KeychainAccess" "v3.1.2"
1+
github "kishikawakatsumi/KeychainAccess" "v3.2.0"

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ platform :ios, '8.0'
33
use_frameworks!
44

55
target :Demo do
6-
pod 'KeychainAccess', '3.1.2'
6+
pod 'KeychainAccess', '3.2.0'
77
end

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- KeychainAccess (3.1.2)
2+
- KeychainAccess (3.2.0)
33

44
DEPENDENCIES:
5-
- KeychainAccess (= 3.1.2)
5+
- KeychainAccess (= 3.2.0)
66

77
SPEC REPOS:
88
https://github.com/cocoapods/specs.git:
99
- KeychainAccess
1010

1111
SPEC CHECKSUMS:
12-
KeychainAccess: b3816fddcf28aa29d94b10ec305cd52be14c472b
12+
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
1313

14-
PODFILE CHECKSUM: a676396cbae51e5a6bac480d6b8d92b81dcc7ce4
14+
PODFILE CHECKSUM: 352692b69057b39cb68c163e0c65e32a69dd4b91
1515

16-
COCOAPODS: 1.5.3
16+
COCOAPODS: 1.6.1

0 commit comments

Comments
 (0)