This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
forked from atom2ueki/LazyScrollView
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ec42c4
commit 18ef337
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters