File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'EFStorage'
11
- s . version = '0.0.2 '
11
+ s . version = '0.1.0 '
12
12
s . summary = 'Store anything anywhere with ease.'
13
13
14
14
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - EFStorage (0.0.2 ):
3
- - EFStorage/Core (= 0.0.2 )
4
- - EFStorage/KeychainAccess (= 0.0.2 )
5
- - EFStorage/UserDefaults (= 0.0.2 )
6
- - EFStorage/YYCache (= 0.0.2 )
7
- - EFStorage/Core (0.0.2 )
8
- - EFStorage/KeychainAccess (0.0.2 ):
2
+ - EFStorage (0.1.0 ):
3
+ - EFStorage/Core (= 0.1.0 )
4
+ - EFStorage/KeychainAccess (= 0.1.0 )
5
+ - EFStorage/UserDefaults (= 0.1.0 )
6
+ - EFStorage/YYCache (= 0.1.0 )
7
+ - EFStorage/Core (0.1.0 )
8
+ - EFStorage/KeychainAccess (0.1.0 ):
9
9
- EFStorage/Core
10
10
- KeychainAccess (~> 3.2.0)
11
- - EFStorage/UserDefaults (0.0.2 ):
11
+ - EFStorage/UserDefaults (0.1.0 ):
12
12
- EFStorage/Core
13
- - EFStorage/YYCache (0.0.2 ):
13
+ - EFStorage/YYCache (0.1.0 ):
14
14
- EFStorage/Core
15
15
- YYCache (~> 1.0.4)
16
16
- KeychainAccess (3.2.0)
@@ -29,7 +29,7 @@ EXTERNAL SOURCES:
29
29
:path: "."
30
30
31
31
SPEC CHECKSUMS:
32
- EFStorage: 687a58c38802e135f9eefcf9c1c3bf334108791d
32
+ EFStorage: 0a028bc93ca6bca4c309563aea8f79a054aff82d
33
33
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
34
34
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
35
35
You can’t perform that action at this time.
0 commit comments