-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated dependencies (SwiftDate, SnapKit), changed deployment target …
…to 10.0, converted Colander to swift 5 (#10)
- Loading branch information
Anat Gilboa
authored
May 23, 2019
1 parent
69bcb36
commit 1f70379
Showing
15 changed files
with
146 additions
and
151 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 = 'Colander' | ||
s.version = '0.2.2' | ||
s.version = '0.2.3' | ||
s.summary = 'A highly customizable iOS calendar view' | ||
|
||
s.description = <<-DESC | ||
|
@@ -14,11 +14,13 @@ Pod::Spec.new do |s| | |
s.author = { 'Bryan Oltman' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/blueapron/Colander.git', :tag => s.version.to_s } | ||
|
||
s.ios.deployment_target = '8.0' | ||
s.ios.deployment_target = '10.0' | ||
s.swift_version = '5.0' | ||
|
||
|
||
s.source_files = 'Colander/Classes/**/*' | ||
|
||
s.dependency 'SnapKit', '~> 4.0' | ||
s.dependency 'SwiftDate', '~> 4.5.0' | ||
s.dependency 'SnapKit', '~> 5.0.0' | ||
s.dependency 'SwiftDate', '~> 6.0.3' | ||
|
||
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
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.