File tree Expand file tree Collapse file tree 5 files changed +29
-22
lines changed Expand file tree Collapse file tree 5 files changed +29
-22
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'EFStorage'
11
- s . version = '0.0.2 '
11
+ s . version = '0.1.1 '
12
12
s . summary = 'Store anything anywhere with ease.'
13
13
14
14
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 1509
1509
"OBJ_52" = {
1510
1510
isa = "PBXGroup";
1511
1511
children = (
1512
- "KeychainAccess::KeychainAccess ::Product",
1513
- "EFStorage::EFStorageCore ::Product",
1512
+ "EFStorage::EFStorageKeychainAccess ::Product",
1513
+ "EFStorage::EFStorageTests ::Product",
1514
1514
"YYCache::YYCache::Product",
1515
1515
"EFStorage::EFStorageYYCache::Product",
1516
- "EFStorage::EFStorageTests ::Product",
1517
- "EFStorage::EFStorageKeychainAccess ::Product",
1516
+ "KeychainAccess::KeychainAccess ::Product",
1517
+ "EFStorage::EFStorageCore ::Product",
1518
1518
"EFStorage::EFStorageUserDefaults::Product"
1519
1519
);
1520
1520
name = "Products";
Original file line number Diff line number Diff line change 6
6
<BuildableReference
7
7
BuildableIdentifier = " primary"
8
8
BuildableName = " 'lib$(TARGET_NAME)'"
9
- BlueprintName = " EFStorageYYCache "
9
+ BlueprintName = " EFStorageCore "
10
10
ReferencedContainer = " container:EFStorage.xcodeproj" >
11
11
</BuildableReference >
12
12
</BuildActionEntry >
22
22
<BuildableReference
23
23
BuildableIdentifier = " primary"
24
24
BuildableName = " 'lib$(TARGET_NAME)'"
25
- BlueprintName = " EFStorageCore "
25
+ BlueprintName = " EFStorageUserDefaults "
26
26
ReferencedContainer = " container:EFStorage.xcodeproj" >
27
27
</BuildableReference >
28
28
</BuildActionEntry >
29
29
<BuildActionEntry buildForTesting = " YES" buildForRunning = " YES" buildForProfiling = " YES" buildForArchiving = " YES" buildForAnalyzing = " YES" >
30
30
<BuildableReference
31
31
BuildableIdentifier = " primary"
32
32
BuildableName = " 'lib$(TARGET_NAME)'"
33
- BlueprintName = " EFStorageUserDefaults "
33
+ BlueprintName = " EFStorageYYCache "
34
34
ReferencedContainer = " container:EFStorage.xcodeproj" >
35
35
</BuildableReference >
36
36
</BuildActionEntry >
Original file line number Diff line number Diff line change @@ -8,8 +8,12 @@ let package = Package(
8
8
products: [
9
9
. library(
10
10
name: " EFStorage " ,
11
- targets: [ " EFStorageCore " , " EFStorageKeychainAccess " ,
12
- " EFStorageUserDefaults " , " EFStorageYYCache " ] ) ,
11
+ targets: [
12
+ " EFStorageCore " ,
13
+ " EFStorageKeychainAccess " ,
14
+ " EFStorageUserDefaults " ,
15
+ " EFStorageYYCache " ,
16
+ ] ) ,
13
17
. library(
14
18
name: " EFStorageCore " ,
15
19
targets: [ " EFStorageCore " ] ) ,
@@ -42,7 +46,10 @@ let package = Package(
42
46
dependencies: [ " EFStorageCore " , " YYCache " ] ) ,
43
47
. testTarget(
44
48
name: " EFStorageTests " ,
45
- dependencies: [ " EFStorageCore " , " EFStorageKeychainAccess " ,
46
- " EFStorageUserDefaults " ] ) ,
49
+ dependencies: [
50
+ " EFStorageCore " ,
51
+ " EFStorageKeychainAccess " ,
52
+ " EFStorageUserDefaults " ,
53
+ ] ) ,
47
54
]
48
55
)
Original file line number Diff line number Diff line change 1
1
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 ):
9
9
- EFStorage/Core
10
10
- KeychainAccess (~> 3.2.0)
11
- - EFStorage/UserDefaults (0.0.2 ):
11
+ - EFStorage/UserDefaults (0.1.1 ):
12
12
- EFStorage/Core
13
- - EFStorage/YYCache (0.0.2 ):
13
+ - EFStorage/YYCache (0.1.1 ):
14
14
- EFStorage/Core
15
15
- YYCache (~> 1.0.4)
16
16
- KeychainAccess (3.2.0)
@@ -29,7 +29,7 @@ EXTERNAL SOURCES:
29
29
:path: "."
30
30
31
31
SPEC CHECKSUMS:
32
- EFStorage: 983ed77e6f186c68b839ff2c3ad4fdb653d72601
32
+ EFStorage: d7553ae64a5fa45ea024df80e02bc7e3a85196ea
33
33
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
34
34
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
35
35
You can’t perform that action at this time.
0 commit comments