Skip to content

Commit

Permalink
Remove references to Rendezvous, Inc. Podspec Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adonis committed Feb 15, 2016
1 parent 650d0c0 commit 25ad131
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Example/DemoViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RMessage
//
// Created by Adonis Peralta on 12/7/15.
// Copyright © 2015 Rendezvous Inc. All rights reserved.
// Copyright © 2015 Adonis Peralta. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion Example/DemoViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RMessage
//
// Created by Adonis Peralta on 12/7/15.
// Copyright © 2015 Rendezvous Inc. All rights reserved.
// Copyright © 2015 Adonis Peralta. All rights reserved.
//

#import "DemoViewController.h"
Expand Down
2 changes: 1 addition & 1 deletion Example/RMessage/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RMessage
//
// Created by Adonis Peralta on 12/7/15.
// Copyright © 2015 Rendezvous Inc. All rights reserved.
// Copyright © 2015 Adonis Peralta. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion Example/RMessage/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RMessage
//
// Created by Adonis Peralta on 12/7/15.
// Copyright © 2015 Rendezvous Inc. All rights reserved.
// Copyright © 2015 Adonis Peralta. All rights reserved.
//

#import "AppDelegate.h"
Expand Down
2 changes: 1 addition & 1 deletion Example/RMessage/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RMessage
//
// Created by Adonis Peralta on 12/7/15.
// Copyright © 2015 Rendezvous Inc. All rights reserved.
// Copyright © 2015 Adonis Peralta. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
8 changes: 4 additions & 4 deletions RMessage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

Pod::Spec.new do |s|
s.name = "RMessage"
s.version = "1.0.1"
s.summary = "Easy to use and customizable messages/notifications for iOS à la Tweetbot."
s.version = "2.0.0"
s.summary = "Easy to use and customizable messages/notifications for iOS"
s.description = <<-DESC
This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot).
This framework provides an easy to use class to show little notification views on the top of the screen.
The notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.
There are 4 different types already set up for you: Success, Error, Warning, Message.
There are 4 different types already set up for you: Success, Error, Warning, Message, Custom.
DESC
s.homepage = "https://github.com/donileo/RMessage"

Expand Down
2 changes: 1 addition & 1 deletion RMessage/RMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RMessage
//
// Created by Adonis Peralta on 12/7/15.
// Copyright © 2015 Rendezvous Inc. All rights reserved.
// Copyright © 2015 Adonis Peralta. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion RMessage/RMessage.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RMessage
//
// Created by Adonis Peralta on 12/7/15.
// Copyright © 2015 Rendezvous Inc. All rights reserved.
// Copyright © 2015 Adonis Peralta. All rights reserved.
//

#import "RMessage.h"
Expand Down
2 changes: 1 addition & 1 deletion RMessage/RMessageView.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RMessage
//
// Created by Adonis Peralta on 12/7/15.
// Copyright © 2015 Rendezvous Inc. All rights reserved.
// Copyright © 2015 Adonis Peralta. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion RMessage/RMessageView.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RMessage
//
// Created by Adonis Peralta on 12/7/15.
// Copyright © 2015 Rendezvous Inc. All rights reserved.
// Copyright © 2015 Adonis Peralta. All rights reserved.
//

#import "RMessageView.h"
Expand Down

0 comments on commit 25ad131

Please sign in to comment.