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

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
NSExceptional committed Feb 22, 2016
1 parent bb44e68 commit ff1f1da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Pod/Classes/Model/SKCasperCache.m
Expand Up @@ -47,6 +47,13 @@ + (instancetype)fromDictionary:(NSDictionary *)oldCache {
return ret;
}

#pragma mark - Misc

- (NSString *)description {
return [NSString stringWithFormat:@"<%@> cache:\n%@",
NSStringFromClass(self.class), self.cache.JSONString];
}

#pragma mark - Public interface

- (void)update:(NSDictionary *)response {
Expand Down
2 changes: 1 addition & 1 deletion SnapchatKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SnapchatKit"
s.version = "0.5.3"
s.version = "0.6.0"
s.summary = "An Objective-C implementation of the unofficial Snapchat API."
s.homepage = "https://github.com/ThePantsThief/SnapchatKit"
s.license = 'MIT'
Expand Down

0 comments on commit ff1f1da

Please sign in to comment.