Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu committed Aug 20, 2019
1 parent 76ddd67 commit fca3e00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion EFStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'EFStorage'
s.version = '0.0.2'
s.version = '0.1.0'
s.summary = 'Store anything anywhere with ease.'

# This description is used to generate tags and improve search results.
Expand Down
20 changes: 10 additions & 10 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- EFStorage (0.0.2):
- EFStorage/Core (= 0.0.2)
- EFStorage/KeychainAccess (= 0.0.2)
- EFStorage/UserDefaults (= 0.0.2)
- EFStorage/YYCache (= 0.0.2)
- EFStorage/Core (0.0.2)
- EFStorage/KeychainAccess (0.0.2):
- EFStorage (0.1.0):
- EFStorage/Core (= 0.1.0)
- EFStorage/KeychainAccess (= 0.1.0)
- EFStorage/UserDefaults (= 0.1.0)
- EFStorage/YYCache (= 0.1.0)
- EFStorage/Core (0.1.0)
- EFStorage/KeychainAccess (0.1.0):
- EFStorage/Core
- KeychainAccess (~> 3.2.0)
- EFStorage/UserDefaults (0.0.2):
- EFStorage/UserDefaults (0.1.0):
- EFStorage/Core
- EFStorage/YYCache (0.0.2):
- EFStorage/YYCache (0.1.0):
- EFStorage/Core
- YYCache (~> 1.0.4)
- KeychainAccess (3.2.0)
Expand All @@ -29,7 +29,7 @@ EXTERNAL SOURCES:
:path: "."

SPEC CHECKSUMS:
EFStorage: 687a58c38802e135f9eefcf9c1c3bf334108791d
EFStorage: 0a028bc93ca6bca4c309563aea8f79a054aff82d
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
YYCache: 8105b6638f5e849296c71f331ff83891a4942952

Expand Down

0 comments on commit fca3e00

Please sign in to comment.