-
Notifications
You must be signed in to change notification settings - Fork 747
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 #57 from ceyhuno/master
Dispatched Presenter.init(config:view:delegate:) call in SwiftMessages class to the main queue
- Loading branch information
Showing
3 changed files
with
13 additions
and
4 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
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,11 +1,11 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'SwiftMessages' | ||
spec.version = '3.1.3' | ||
spec.version = '3.1.4' | ||
spec.license = { :type => 'MIT' } | ||
spec.homepage = 'https://github.com/SwiftKickMobile/SwiftMessages' | ||
spec.authors = { 'Timothy Moose' => '[email protected]' } | ||
spec.summary = 'A very flexible message bar for iOS written in Swift.' | ||
spec.source = {:git => 'https://github.com/SwiftKickMobile/SwiftMessages.git', :tag => '3.1.3'} | ||
spec.source = {:git => 'https://github.com/SwiftKickMobile/SwiftMessages.git', :tag => '3.1.4'} | ||
spec.platform = :ios, '8.0' | ||
spec.ios.deployment_target = '8.0' | ||
spec.source_files = 'SwiftMessages/**/*.swift' | ||
|
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