File tree Expand file tree Collapse file tree 5 files changed +12
-24
lines changed Expand file tree Collapse file tree 5 files changed +12
-24
lines changed Original file line number Diff line number Diff line change 1
- github "kishikawakatsumi/KeychainAccess" == 3.1.0
1
+ github "kishikawakatsumi/KeychainAccess" == 3.1.1
Original file line number Diff line number Diff line change 1
- github "kishikawakatsumi/KeychainAccess" "v3.1.0 "
1
+ github "kishikawakatsumi/KeychainAccess" "v3.1.1 "
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ platform :ios, '8.0'
3
3
use_frameworks!
4
4
5
5
target :Demo do
6
- pod 'KeychainAccess' , '3.1.0 '
6
+ pod 'KeychainAccess' , '3.1.1 '
7
7
end
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - KeychainAccess (3.1.0 )
2
+ - KeychainAccess (3.1.1 )
3
3
4
4
DEPENDENCIES:
5
- - KeychainAccess (= 3.1.0)
5
+ - KeychainAccess (= 3.1.1)
6
+
7
+ SPEC REPOS:
8
+ https://github.com/cocoapods/specs.git:
9
+ - KeychainAccess
6
10
7
11
SPEC CHECKSUMS:
8
- KeychainAccess: 94c5540b32eabf7bc32bfb976a268e8ea05fd6da
12
+ KeychainAccess: 7bd430028059754a3debab3cfc0bd1fc7fb85df3
9
13
10
- PODFILE CHECKSUM: 5d59a864df1b8c7fb07b7cc4f11a87235ba9692c
14
+ PODFILE CHECKSUM: 252d5377b931f703238854e56df200aab4d237d9
11
15
12
- COCOAPODS: 1.4.0
16
+ COCOAPODS: 1.5.3
Original file line number Diff line number Diff line change 280
280
183FDA821E7510F00085589F /* Frameworks */,
281
281
183FDA831E7510F00085589F /* Resources */,
282
282
764BEF1941D689B54DF91C96 /* [CP] Embed Pods Frameworks */,
283
- 0D84BAE00562247D34CA7850 /* [CP] Copy Pods Resources */,
284
283
48D53DAA1F72346A00FDB105 /* Embed Frameworks */,
285
284
);
286
285
buildRules = (
400
399
/* End PBXResourcesBuildPhase section */
401
400
402
401
/* Begin PBXShellScriptBuildPhase section */
403
- 0D84BAE00562247D34CA7850 /* [CP] Copy Pods Resources */ = {
404
- isa = PBXShellScriptBuildPhase;
405
- buildActionMask = 2147483647;
406
- files = (
407
- );
408
- inputPaths = (
409
- );
410
- name = "[CP] Copy Pods Resources";
411
- outputPaths = (
412
- );
413
- runOnlyForDeploymentPostprocessing = 0;
414
- shellPath = /bin/sh;
415
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-resources.sh\"\n";
416
- showEnvVarsInLog = 0;
417
- };
418
402
764BEF1941D689B54DF91C96 /* [CP] Embed Pods Frameworks */ = {
419
403
isa = PBXShellScriptBuildPhase;
420
404
buildActionMask = 2147483647;
You can’t perform that action at this time.
0 commit comments