Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovidiu Nitan committed Sep 25, 2015
1 parent 37deab5 commit c89409e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion Telepat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Telepat"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "Real Time, Open Source Data Sync"

s.description = <<-DESC
Expand Down
Binary file not shown.
23 changes: 0 additions & 23 deletions TelepatProject/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,6 @@ @implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.

// Set the API key and the current application ID
// [[Telepat client] setApiKey:@"API_KEY"];
// [[Telepat client] setAppId:@"APP_ID"];
//
// [[Telepat client] login:@"[email protected]" password:@"mysecurepassword" withBlock:^(TelepatResponse *response) {
// [[Telepat client] getContextsWithBlock:^(TelepatResponse *response) {
// NSArray *contexts = [response getObjectOfType:[TelepatContext class]];
// TelepatContext *firstContext = contexts[0];
// TelepatChannel *firstChannel = [[Telepat client] subscribe:firstContext modelName:@"events" classType:[Event class] withBlock:^(TelepatResponse *response) {
// NSLog(@"Subscribed to %@", firstContext.name);
// }];
//
// Event *newEvent = [[Event alloc] init];
// newEvent.text = @"Hello world!";
// newEvent.image = @"telepat_image.png";
//
// [firstChannel add:newEvent];
//
// Event *modifiedEvent = [[Event alloc] initWithDi];
// }];
//
// }];
}

- (void)didReceiveMemoryWarning {
Expand Down

0 comments on commit c89409e

Please sign in to comment.