Skip to content

Commit 10aee04

Browse files
committed
update KeychainAccess
1 parent b4afb20 commit 10aee04

File tree

5 files changed

+8
-8
lines changed

5 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.0.2
1+
github "kishikawakatsumi/KeychainAccess" == 3.1.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "kishikawakatsumi/KeychainAccess" "v3.0.2"
1+
github "kishikawakatsumi/KeychainAccess" "v3.1.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.0.2'
6+
pod 'KeychainAccess', '3.1.0'
77
end

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
2-
- KeychainAccess (3.0.2)
2+
- KeychainAccess (3.1.0)
33

44
DEPENDENCIES:
5-
- KeychainAccess (= 3.0.2)
5+
- KeychainAccess (= 3.1.0)
66

77
SPEC CHECKSUMS:
8-
KeychainAccess: a986406022dfc7c634c691ad3bec670cc6a32002
8+
KeychainAccess: 94c5540b32eabf7bc32bfb976a268e8ea05fd6da
99

10-
PODFILE CHECKSUM: 99cb6e8dd53026dd13517c24451af319e5c1a23a
10+
PODFILE CHECKSUM: 5d59a864df1b8c7fb07b7cc4f11a87235ba9692c
1111

1212
COCOAPODS: 1.3.1

StudyplusSDK-V2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = '8.0'
1212
s.ios.frameworks = ['UIKit', 'Foundation']
1313
s.author = { "studyplus" => "[email protected]" }
14-
s.dependency 'KeychainAccess', '3.0.2'
14+
s.dependency 'KeychainAccess', '3.1.0'
1515
end
1616

0 commit comments

Comments
 (0)