Skip to content

Commit d7d8f78

Browse files
committed
0.1.1
1 parent b2102e8 commit d7d8f78

File tree

5 files changed

+29
-22
lines changed

5 files changed

+29
-22
lines changed

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.0.2'
11+
s.version = '0.1.1'
1212
s.summary = 'Store anything anywhere with ease.'
1313

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

EFStorage.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,12 +1509,12 @@
15091509
"OBJ_52" = {
15101510
isa = "PBXGroup";
15111511
children = (
1512-
"KeychainAccess::KeychainAccess::Product",
1513-
"EFStorage::EFStorageCore::Product",
1512+
"EFStorage::EFStorageKeychainAccess::Product",
1513+
"EFStorage::EFStorageTests::Product",
15141514
"YYCache::YYCache::Product",
15151515
"EFStorage::EFStorageYYCache::Product",
1516-
"EFStorage::EFStorageTests::Product",
1517-
"EFStorage::EFStorageKeychainAccess::Product",
1516+
"KeychainAccess::KeychainAccess::Product",
1517+
"EFStorage::EFStorageCore::Product",
15181518
"EFStorage::EFStorageUserDefaults::Product"
15191519
);
15201520
name = "Products";

EFStorage.xcodeproj/xcshareddata/xcschemes/EFStorage-Package.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<BuildableReference
77
BuildableIdentifier = "primary"
88
BuildableName = "'lib$(TARGET_NAME)'"
9-
BlueprintName = "EFStorageYYCache"
9+
BlueprintName = "EFStorageCore"
1010
ReferencedContainer = "container:EFStorage.xcodeproj">
1111
</BuildableReference>
1212
</BuildActionEntry>
@@ -22,15 +22,15 @@
2222
<BuildableReference
2323
BuildableIdentifier = "primary"
2424
BuildableName = "'lib$(TARGET_NAME)'"
25-
BlueprintName = "EFStorageCore"
25+
BlueprintName = "EFStorageUserDefaults"
2626
ReferencedContainer = "container:EFStorage.xcodeproj">
2727
</BuildableReference>
2828
</BuildActionEntry>
2929
<BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" buildForArchiving = "YES" buildForAnalyzing = "YES">
3030
<BuildableReference
3131
BuildableIdentifier = "primary"
3232
BuildableName = "'lib$(TARGET_NAME)'"
33-
BlueprintName = "EFStorageUserDefaults"
33+
BlueprintName = "EFStorageYYCache"
3434
ReferencedContainer = "container:EFStorage.xcodeproj">
3535
</BuildableReference>
3636
</BuildActionEntry>

Package.swift

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ let package = Package(
88
products: [
99
.library(
1010
name: "EFStorage",
11-
targets: ["EFStorageCore", "EFStorageKeychainAccess",
12-
"EFStorageUserDefaults", "EFStorageYYCache"]),
11+
targets: [
12+
"EFStorageCore",
13+
"EFStorageKeychainAccess",
14+
"EFStorageUserDefaults",
15+
"EFStorageYYCache",
16+
]),
1317
.library(
1418
name: "EFStorageCore",
1519
targets: ["EFStorageCore"]),
@@ -42,7 +46,10 @@ let package = Package(
4246
dependencies: ["EFStorageCore", "YYCache"]),
4347
.testTarget(
4448
name: "EFStorageTests",
45-
dependencies: ["EFStorageCore", "EFStorageKeychainAccess",
46-
"EFStorageUserDefaults"]),
49+
dependencies: [
50+
"EFStorageCore",
51+
"EFStorageKeychainAccess",
52+
"EFStorageUserDefaults",
53+
]),
4754
]
4855
)

Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
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.1):
3+
- EFStorage/Core (= 0.1.1)
4+
- EFStorage/KeychainAccess (= 0.1.1)
5+
- EFStorage/UserDefaults (= 0.1.1)
6+
- EFStorage/YYCache (= 0.1.1)
7+
- EFStorage/Core (0.1.1)
8+
- EFStorage/KeychainAccess (0.1.1):
99
- EFStorage/Core
1010
- KeychainAccess (~> 3.2.0)
11-
- EFStorage/UserDefaults (0.0.2):
11+
- EFStorage/UserDefaults (0.1.1):
1212
- EFStorage/Core
13-
- EFStorage/YYCache (0.0.2):
13+
- EFStorage/YYCache (0.1.1):
1414
- EFStorage/Core
1515
- YYCache (~> 1.0.4)
1616
- KeychainAccess (3.2.0)
@@ -29,7 +29,7 @@ EXTERNAL SOURCES:
2929
:path: "."
3030

3131
SPEC CHECKSUMS:
32-
EFStorage: 983ed77e6f186c68b839ff2c3ad4fdb653d72601
32+
EFStorage: d7553ae64a5fa45ea024df80e02bc7e3a85196ea
3333
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
3434
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
3535

0 commit comments

Comments
 (0)