From 18ef337d7dfa6edb16891437dcdb5f8ce35b8ea8 Mon Sep 17 00:00:00 2001 From: HarrisonXi Date: Wed, 22 Nov 2017 19:48:19 +0800 Subject: [PATCH] add a missing import --- LazyScroll.podspec | 4 ++-- LazyScrollView/TMUtils.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LazyScroll.podspec b/LazyScroll.podspec index 4e3cf4b..c0fd69f 100644 --- a/LazyScroll.podspec +++ b/LazyScroll.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "LazyScroll" - s.version = "0.1.0" + s.version = "0.1.1" s.summary = "A ScrollView to resolve the problem of reusability of views." s.description = <<-DESC @@ -14,7 +14,7 @@ Pod::Spec.new do |s| "HarrisonXi" => "gpra8764@gmail.com"} s.platform = :ios s.ios.deployment_target = "5.0" - s.source = { :git => "https://github.com/alibaba/LazyScrollView.git", :tag => "0.1.0" } + s.source = { :git => "https://github.com/alibaba/LazyScrollView.git", :tag => "0.1.1" } s.source_files = "LazyScrollView/*.{h,m}" s.requires_arc = true diff --git a/LazyScrollView/TMUtils.h b/LazyScrollView/TMUtils.h index 4b32793..d28f688 100644 --- a/LazyScrollView/TMUtils.h +++ b/LazyScrollView/TMUtils.h @@ -6,6 +6,7 @@ // #import +#import @interface NSArray (TMUtil)