Skip to content

Commit

Permalink
update example to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fu committed Aug 2, 2015
1 parent a1f1abf commit 9236396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Example/SMBFetchedResultsController/SMBViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ - (void)viewDidLoad
self.dataSource = [NSMutableOrderedSet orderedSetWithArray:@[person1, person2, person3]];
SMBFetchedResults *fetchedResults = [[SMBFetchedResults alloc] initWithMutableData:self.dataSource
sortKeyPaths:@"age"
ascend:YES
sortOptions:NSCaseInsensitiveSearch];
self.fetchedResultsController = [[SMBFetchedResultsController alloc] initWithFetchedResults:fetchedResults
title:@"SMB"
Expand Down
2 changes: 1 addition & 1 deletion SMBFetchedResultsController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "SMBFetchedResultsController"
s.version = "0.1.2"
s.version = "0.1.3"
s.summary = "it is a simple implemtation with NSFetchedRestulsController style based on To-Many Relationship Compliance"
s.description = <<-DESC
SMBFetchedResultsController is inspired by Cocoa's NSFetchedResultsController style and Cocoa's KVO To-Many Relationship Compliance to support insert, delete, move, replace operation to NSOrderedSet data struct'
Expand Down

0 comments on commit 9236396

Please sign in to comment.