Files
SPStorkController/SPStorkController.podspec
T
Ivan Vorobei ee5f9ee9de Update to 1.7.4
Add `dismissWithConfirmation` method for custom buttons.
2019-07-11 01:35:56 +03:00

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