Skip to content
This repository was archived by the owner on May 6, 2019. It is now read-only.

Commit 01e0974

Browse files
committed
Updated Podfile
1 parent 12b7c9c commit 01e0974

File tree

5 files changed

+1182
-536
lines changed

5 files changed

+1182
-536
lines changed

RFMarkdownTextView/RFMarkdownSyntaxStorage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ - (void)replaceCharactersInRange:(NSRange)range withString:(NSString*)str {
4646
[self endEditing];
4747
}
4848

49-
- (void)setAttributes:(NSDictionary*)attrs range:(NSRange)range {
49+
- (void)setAttributes:(NSDictionary *)attrs range:(NSRange)range {
5050
[self beginEditing];
5151

5252
[_attributedString setAttributes:attrs range:range];

RFMarkdownTextViewDemo/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
platform :ios, '7.0'
2-
pod "RFKeyboardToolbar", "~> 1.1"
2+
3+
pod 'RFKeyboardToolbar', '~> 1.3'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
2-
- RFKeyboardToolbar (1.1)
2+
- RFKeyboardToolbar (1.3)
33

44
DEPENDENCIES:
5-
- RFKeyboardToolbar (~> 1.1)
5+
- RFKeyboardToolbar (~> 1.3)
66

77
SPEC CHECKSUMS:
8-
RFKeyboardToolbar: 0a19136b9716bbe11f30916aba6777e369af35c6
8+
RFKeyboardToolbar: f816e75a78ad3c3bda565be5678288003be4c8d8
99

10-
COCOAPODS: 0.25.0
10+
COCOAPODS: 0.35.0

0 commit comments

Comments
 (0)