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

Commit ff1f1da

Browse files
committed
Update podspec
1 parent bb44e68 commit ff1f1da

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Pod/Classes/Model/SKCasperCache.m

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ + (instancetype)fromDictionary:(NSDictionary *)oldCache {
4747
return ret;
4848
}
4949

50+
#pragma mark - Misc
51+
52+
- (NSString *)description {
53+
return [NSString stringWithFormat:@"<%@> cache:\n%@",
54+
NSStringFromClass(self.class), self.cache.JSONString];
55+
}
56+
5057
#pragma mark - Public interface
5158

5259
- (void)update:(NSDictionary *)response {

SnapchatKit.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 = "SnapchatKit"
3-
s.version = "0.5.3"
3+
s.version = "0.6.0"
44
s.summary = "An Objective-C implementation of the unofficial Snapchat API."
55
s.homepage = "https://github.com/ThePantsThief/SnapchatKit"
66
s.license = 'MIT'

0 commit comments

Comments
 (0)