Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit ba1c396

Browse files
committed
Release 0.2.0
1 parent 81b81c2 commit ba1c396

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- CocoaLumberjack/Extensions (2.4.0):
99
- CocoaLumberjack/Default
1010
- Reachability (3.2)
11-
- YaftDB (0.1.5):
11+
- YaftDB (0.2.0):
1212
- YapDatabase (~> 2.9)
1313
- YapDatabase (2.9.2):
1414
- YapDatabase/Standard (= 2.9.2)
@@ -71,7 +71,7 @@ EXTERNAL SOURCES:
7171
SPEC CHECKSUMS:
7272
CocoaLumberjack: aa9dcab71bdf9eaf2a63bbd9ddc87863efe45457
7373
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
74-
YaftDB: 1dcc89999514fc34f4010baaae09eb60a396af7f
74+
YaftDB: 3e9e8761655103b66301e8833396b22dffcc5750
7575
YapDatabase: b1e43555a34a5298e23a045be96817a5ef0da58f
7676

7777
PODFILE CHECKSUM: aa29f917390eaa54012544f16d0f49e011bb900f

YaftDB.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "YaftDB"
3-
s.version = "0.1.5"
3+
s.version = "0.2.0"
44
s.summary = "Yet another Swift wrapper for YapDatabase"
55
s.homepage = "https://github.com/kolyasev/YaftDB"
66
s.license = 'MIT'

YaftDB.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@
294294
isa = XCBuildConfiguration;
295295
baseConfigurationReference = B81DE6142DB50BC02FCE00A9 /* Pods-YaftDBTests.debug.xcconfig */;
296296
buildSettings = {
297-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
298297
DEBUG_INFORMATION_FORMAT = dwarf;
299298
INFOPLIST_FILE = YaftDBTests/Info.plist;
300299
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
@@ -309,7 +308,6 @@
309308
isa = XCBuildConfiguration;
310309
baseConfigurationReference = B86A6E9F30D33021FD53CFC2 /* Pods-YaftDBTests.release.xcconfig */;
311310
buildSettings = {
312-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
313311
INFOPLIST_FILE = YaftDBTests/Info.plist;
314312
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
315313
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";

0 commit comments

Comments
 (0)