Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu committed Jan 8, 2020
1 parent 96801d8 commit bbb79e5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 23 deletions.
28 changes: 14 additions & 14 deletions CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PODS:
- EFStorage (0.3.0):
- EFStorage/Core (= 0.3.0)
- EFStorage/KeychainAccess (= 0.3.0)
- EFStorage/UserDefaults (= 0.3.0)
- EFStorage/YYCache (= 0.3.0)
- EFStorage/Core (0.3.0)
- EFStorage/KeychainAccess (0.3.0):
- EFStorage (0.3.2):
- EFStorage/Core (= 0.3.2)
- EFStorage/KeychainAccess (= 0.3.2)
- EFStorage/UserDefaults (= 0.3.2)
- EFStorage/YYCache (= 0.3.2)
- EFStorage/Core (0.3.2)
- EFStorage/KeychainAccess (0.3.2):
- EFStorage/Core
- KeychainAccess (~> 3.2.0)
- EFStorage/UserDefaults (0.3.0):
- EFStorage/UserDefaults (0.3.2):
- EFStorage/Core
- EFStorage/YYCache (0.3.0):
- EFStorage/YYCache (0.3.2):
- EFStorage/Core
- YYCache (~> 1.0.4)
- KeychainAccess (3.2.0)
- KeychainAccess (3.2.1)
- YYCache (1.0.4)

DEPENDENCIES:
- EFStorage (from `..`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- KeychainAccess
- YYCache

Expand All @@ -29,10 +29,10 @@ EXTERNAL SOURCES:
:path: ".."

SPEC CHECKSUMS:
EFStorage: 1d14c08cff3d8340a2bddd2c3921c38cffdb869b
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
EFStorage: 42f5931045fccf5d812f80dd0af55c4b79e2cf0c
KeychainAccess: d5470352939ced6d6f7fb51cb2e67aae51fc294f
YYCache: 8105b6638f5e849296c71f331ff83891a4942952

PODFILE CHECKSUM: af052cae0d127750d9540ee01faabf9500956a82

COCOAPODS: 1.7.5
COCOAPODS: 1.8.4
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.3.0'
s.version = '0.3.2'
s.summary = 'A Swifty storage solution.'

# This description is used to generate tags and improve search results.
Expand Down
3 changes: 2 additions & 1 deletion Example/Sources/Example/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ print(UserDefaults.standard)
UserDefaults.standard.removeObject(forKey: "catSound")

struct UD {
@EFStorageUserDefaults(forKey: "catSound", defaultsTo: "nyan", persistDefaultContent: true)
@EFStorageUserDefaults(forKey: "catSound", defaultsTo: "nyan",
persistDefaultContent: true)
static var meow: String
}

Expand Down
4 changes: 0 additions & 4 deletions Example/Tests/ExampleTests/ExampleTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import class Foundation.Bundle

final class ExampleTests: XCTestCase {
func testExample() throws {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.

// Some of the APIs that we use below are available in macOS 10.13 and above.
guard #available(macOS 10.13, *) else {
return
Expand Down
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "YYCache",
"repositoryURL": "https://github.com/EFPrefix/YYCache.git",
"state": {
"branch": "master",
"revision": "361a68810ef2fae4d6794a032558bc39b84527b0",
"version": null
"branch": null,
"revision": "632e4a683cec7a03c8a8fc6de677f1b00d5a00bf",
"version": "1.0.5"
}
}
]
Expand Down

0 comments on commit bbb79e5

Please sign in to comment.