-
Notifications
You must be signed in to change notification settings - Fork 368
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 #216 from hyperoslo/update-swift-5
Update swift 5
- Loading branch information
Showing
9 changed files
with
94 additions
and
85 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
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
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 = "Whisper" | ||
s.summary = "Whisper is a component that will make the task of display messages and in-app notifications simple." | ||
s.version = "6.0.2" | ||
s.version = "6.1.0" | ||
s.homepage = "https://github.com/hyperoslo/Whisper" | ||
s.license = 'MIT' | ||
s.author = { "Hyper Interaktiv AS" => "[email protected]" } | ||
|
@@ -11,5 +11,5 @@ Pod::Spec.new do |s| | |
s.requires_arc = true | ||
s.source_files = 'Source/**/*' | ||
s.frameworks = 'UIKit', 'Foundation' | ||
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' } | ||
s.swift_version = '5.0' | ||
end |
Oops, something went wrong.