-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix access control at CollapseTableView Increase version number
- Loading branch information
Showing
3 changed files
with
72 additions
and
89 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,35 +1,19 @@ | ||
Pod::Spec.new do |s| | ||
|
||
# 1 | ||
|
||
s.platform = :ios | ||
s.ios.deployment_target = '10.0' | ||
s.name = "CollapseTableView" | ||
s.summary = "CollapseTableView enables to expand sections with cells inside." | ||
s.requires_arc = true | ||
|
||
# 2 | ||
s.version = "1.0.0" | ||
|
||
# 3 | ||
s.version = "1.0.1" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
|
||
# 4 - Replace with your name and e-mail address | ||
s.author = { "Serhii Kharauzov" => "serhii.kharauzov@gmail.com" } | ||
|
||
# 5 - Replace this URL with your own GitHub page's URL (from the address bar) | ||
s.homepage = "https://github.com/Kharauzov/CollapseTableView" | ||
|
||
# 6 - Replace this URL with your own Git URL from "Quick Setup" | ||
s.source = { :git => "https://github.com/Kharauzov/CollapseTableView.git", | ||
:tag => s.version } | ||
|
||
# 7 | ||
s.framework = "UIKit" | ||
|
||
# 8 | ||
s.source_files = "CollapseTableView/**/*.{swift}" | ||
|
||
# 10 | ||
s.swift_version = "5.0" | ||
|
||
end |
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