-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from lkzhao/wip
Improving CollectionKit2
- Loading branch information
Showing
38 changed files
with
1,521 additions
and
1,381 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
5.0 |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# rules | ||
--enable isEmpty | ||
|
||
# format options | ||
--decimalgrouping none | ||
--hexgrouping none | ||
--importgrouping testable-bottom | ||
--indent tab | ||
--octalgrouping none | ||
--self init-only | ||
--semicolons never | ||
--tabwidth 2 | ||
--ifdef no-indent |
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,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "CollectionKit2" | ||
s.version = "0.1.0" | ||
s.version = "0.2.0" | ||
s.summary = "A modern swift framework for building data-driven reusable collection view components." | ||
|
||
s.description = <<-DESC | ||
|
@@ -26,7 +26,7 @@ Pod::Spec.new do |s| | |
s.author = { "Luke" => "[email protected]" } | ||
s.source = { :git => "https://github.com/lkzhao/CollectionKit.git", :tag => s.version.to_s } | ||
|
||
s.ios.deployment_target = '8.0' | ||
s.ios.deployment_target = '12.0' | ||
s.ios.frameworks = 'UIKit', 'Foundation' | ||
|
||
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
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
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
Oops, something went wrong.