-
Notifications
You must be signed in to change notification settings - Fork 38
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 #16 from SimformSolutionsPvtLtd/develop
Develop to Master
- Loading branch information
Showing
48 changed files
with
1,583 additions
and
1,029 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
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,36 @@ | ||
# | ||
# Be sure to run `pod lib lint SSToastMessage.podspec' to ensure this is a | ||
# valid spec before submitting. | ||
# | ||
# Any lines starting with a # are optional, but their use is encouraged | ||
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'SSToastMessage' | ||
s.version = '2.0.0' | ||
s.platform = :ios | ||
s.platform = :osx | ||
s.swift_versions = '5.0' | ||
s.summary = 'Simple popup view build in SwiftUI.' | ||
s.description = <<-DESC | ||
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage.SSToastMessage enables you to effortlessly add toast | ||
notifications, alerts, and floating messages to any view on both iPhone and macOS. With SSToastMessage, you can display left and | ||
right toast views over any top-level view, making it incredibly versatile and powerful. Designed to be simple, lightweight, and | ||
user-friendly, SSToastMessage allows you to show popups with a single line of code. Enhance your app's user experience with seamless | ||
and stylish notifications. | ||
DESC | ||
|
||
s.homepage = 'https://github.com/SimformSolutionsPvtLtd/SSToastMessage' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Ankit Panchal' => 'ankit.p@simformsolutions.com' } | ||
s.source = { :git => 'https://github.com/SimformSolutionsPvtLtd/SSToastMessage.git', :tag => s.version.to_s } | ||
s.social_media_url = 'https://www.simform.com' | ||
|
||
s.ios.deployment_target = '14.0' | ||
s.osx.deployment_target = '13.0' | ||
|
||
s.source_files = '**/Sources/Classes/*.swift' | ||
s.frameworks = ['SwiftUI'] | ||
|
||
end |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.