Skip to content

Commit bbb79e5

Browse files
committed
0.3.2
1 parent 96801d8 commit bbb79e5

File tree

5 files changed

+20
-23
lines changed

5 files changed

+20
-23
lines changed

CocoaPods/Podfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
PODS:
2-
- EFStorage (0.3.0):
3-
- EFStorage/Core (= 0.3.0)
4-
- EFStorage/KeychainAccess (= 0.3.0)
5-
- EFStorage/UserDefaults (= 0.3.0)
6-
- EFStorage/YYCache (= 0.3.0)
7-
- EFStorage/Core (0.3.0)
8-
- EFStorage/KeychainAccess (0.3.0):
2+
- EFStorage (0.3.2):
3+
- EFStorage/Core (= 0.3.2)
4+
- EFStorage/KeychainAccess (= 0.3.2)
5+
- EFStorage/UserDefaults (= 0.3.2)
6+
- EFStorage/YYCache (= 0.3.2)
7+
- EFStorage/Core (0.3.2)
8+
- EFStorage/KeychainAccess (0.3.2):
99
- EFStorage/Core
1010
- KeychainAccess (~> 3.2.0)
11-
- EFStorage/UserDefaults (0.3.0):
11+
- EFStorage/UserDefaults (0.3.2):
1212
- EFStorage/Core
13-
- EFStorage/YYCache (0.3.0):
13+
- EFStorage/YYCache (0.3.2):
1414
- EFStorage/Core
1515
- YYCache (~> 1.0.4)
16-
- KeychainAccess (3.2.0)
16+
- KeychainAccess (3.2.1)
1717
- YYCache (1.0.4)
1818

1919
DEPENDENCIES:
2020
- EFStorage (from `..`)
2121

2222
SPEC REPOS:
23-
https://github.com/cocoapods/specs.git:
23+
trunk:
2424
- KeychainAccess
2525
- YYCache
2626

@@ -29,10 +29,10 @@ EXTERNAL SOURCES:
2929
:path: ".."
3030

3131
SPEC CHECKSUMS:
32-
EFStorage: 1d14c08cff3d8340a2bddd2c3921c38cffdb869b
33-
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
32+
EFStorage: 42f5931045fccf5d812f80dd0af55c4b79e2cf0c
33+
KeychainAccess: d5470352939ced6d6f7fb51cb2e67aae51fc294f
3434
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
3535

3636
PODFILE CHECKSUM: af052cae0d127750d9540ee01faabf9500956a82
3737

38-
COCOAPODS: 1.7.5
38+
COCOAPODS: 1.8.4

EFStorage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'EFStorage'
11-
s.version = '0.3.0'
11+
s.version = '0.3.2'
1212
s.summary = 'A Swifty storage solution.'
1313

1414
# This description is used to generate tags and improve search results.

Example/Sources/Example/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ print(UserDefaults.standard)
66
UserDefaults.standard.removeObject(forKey: "catSound")
77

88
struct UD {
9-
@EFStorageUserDefaults(forKey: "catSound", defaultsTo: "nyan", persistDefaultContent: true)
9+
@EFStorageUserDefaults(forKey: "catSound", defaultsTo: "nyan",
10+
persistDefaultContent: true)
1011
static var meow: String
1112
}
1213

Example/Tests/ExampleTests/ExampleTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import class Foundation.Bundle
33

44
final class ExampleTests: XCTestCase {
55
func testExample() throws {
6-
// This is an example of a functional test case.
7-
// Use XCTAssert and related functions to verify your tests produce the correct
8-
// results.
9-
106
// Some of the APIs that we use below are available in macOS 10.13 and above.
117
guard #available(macOS 10.13, *) else {
128
return

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)