Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonXi committed Apr 20, 2018
1 parent faa96de commit 6637da4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions LazyScroll.podspec
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|

s.name = "LazyScroll"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "A ScrollView to resolve the problem of reusability of views."
s.homepage = "https://github.com/alibaba/LazyScrollView"
s.license = { :type => 'MIT' }
s.author = { "fydx" => "lbgg918@gmail.com",
"HarrisonXi" => "gpra8764@gmail.com" }
s.platform = :ios
s.ios.deployment_target = "7.0"
s.source = { :git => "https://github.com/alibaba/LazyScrollView.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/alibaba/LazyScrollView.git", :tag => "1.0.1" }
s.source_files = "LazyScrollView/*.{h,m}"
s.requires_arc = true
s.prefix_header_contents = '#import <TMUtils/TMUtils.h>'

s.dependency 'TMUtils', '~> 1.0.0'
s.dependency 'TMUtils', '~> 1.0.1'

end
4 changes: 2 additions & 2 deletions TMUtils.podspec
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|

s.name = "TMUtils"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Common safe methods & utils for NSArray & NSDictionary."
s.homepage = "https://github.com/alibaba/LazyScrollView"
s.license = {:type => 'MIT'}
s.author = { "HarrisonXi" => "gpra8764@gmail.com" }
s.platform = :ios
s.ios.deployment_target = "7.0"
s.source = { :git => "https://github.com/alibaba/LazyScrollView.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/alibaba/LazyScrollView.git", :tag => "1.0.1" }
s.source_files = "TMUtils/*.{h,m}"
s.requires_arc = true

Expand Down

0 comments on commit 6637da4

Please sign in to comment.