Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
add a missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonXi committed Nov 22, 2017
1 parent 1ec42c4 commit 18ef337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LazyScroll.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
"HarrisonXi" => "[email protected]"}
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

Expand Down
1 change: 1 addition & 0 deletions LazyScrollView/TMUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>

@interface NSArray (TMUtil)

Expand Down

0 comments on commit 18ef337

Please sign in to comment.