diff --git a/CocoaPods/Podfile.lock b/CocoaPods/Podfile.lock index 59eb689..9f4f133 100644 --- a/CocoaPods/Podfile.lock +++ b/CocoaPods/Podfile.lock @@ -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 @@ -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 diff --git a/EFStorage.podspec b/EFStorage.podspec index ee8496f..b8971b6 100644 --- a/EFStorage.podspec +++ b/EFStorage.podspec @@ -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. diff --git a/Example/Sources/Example/main.swift b/Example/Sources/Example/main.swift index 183fbfd..d186e2c 100644 --- a/Example/Sources/Example/main.swift +++ b/Example/Sources/Example/main.swift @@ -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 } diff --git a/Example/Tests/ExampleTests/ExampleTests.swift b/Example/Tests/ExampleTests/ExampleTests.swift index 1bbc543..db7043f 100644 --- a/Example/Tests/ExampleTests/ExampleTests.swift +++ b/Example/Tests/ExampleTests/ExampleTests.swift @@ -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 diff --git a/Package.resolved b/Package.resolved index 59698fb..61bf2a6 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } } ]