ee5f9ee9de
Add `dismissWithConfirmation` method for custom buttons.
19 lines
703 B
Ruby
19 lines
703 B
Ruby
Pod::Spec.new do |s|
|
|
|
|
s.name = "SPStorkController"
|
|
s.version = "1.7.4"
|
|
s.summary = "Very similar to the controllers displayed in Apple Music, Podcasts and Mail Apple's applications."
|
|
s.homepage = "https://github.com/IvanVorobei/SPStorkController"
|
|
s.source = { :git => "https://github.com/IvanVorobei/SPStorkController.git", :tag => s.version }
|
|
s.license = { :type => "MIT", :file => "LICENSE" }
|
|
|
|
s.author = { "Ivan Vorobei" => "hello@ivanvorobei.by" }
|
|
|
|
s.platform = :ios
|
|
s.ios.framework = 'UIKit'
|
|
s.swift_version = ['4.2', '5.0']
|
|
s.ios.deployment_target = "10.0"
|
|
|
|
s.source_files = "Source/SPStorkController/**/*.swift"
|
|
|
|
end |