diff --git a/Classes/MLEmojiLabel.h b/Classes/MLEmojiLabel.h index 40bc056..26c5ef4 100644 --- a/Classes/MLEmojiLabel.h +++ b/Classes/MLEmojiLabel.h @@ -6,7 +6,7 @@ // Copyright (c) 2014 molon. All rights reserved. // -#import "TTTAttributedLabel.h" +#import typedef NS_OPTIONS(NSUInteger, MLEmojiLabelLinkType) { diff --git a/Example/MLEmojiLabel.xcworkspace/xcuserdata/molon.xcuserdatad/UserInterfaceState.xcuserstate b/Example/MLEmojiLabel.xcworkspace/xcuserdata/molon.xcuserdatad/UserInterfaceState.xcuserstate index d0b4c52..ba8b2e0 100644 Binary files a/Example/MLEmojiLabel.xcworkspace/xcuserdata/molon.xcuserdatad/UserInterfaceState.xcuserstate and b/Example/MLEmojiLabel.xcworkspace/xcuserdata/molon.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/MLEmojiLabel.podspec b/MLEmojiLabel.podspec index 09b7750..74b8dbd 100644 --- a/MLEmojiLabel.podspec +++ b/MLEmojiLabel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MLEmojiLabel" -s.version = "1.0.1" +s.version = "1.0.2" s.summary = "Autolink @,#xx#,phone,website,email and custom expression for TTTAttributedLabel." s.homepage = 'https://github.com/molon/MLEmojiLabel'