Files
SPStorkController/SPStorkController.podspec
Ivan Vorobei 9eea2c3259 Fix links.
2021-03-25 21:49:10 +03:00

19 lines
704 B
Ruby

Pod::Spec.new do |s|
s.name = "SPStorkController"
s.version = "1.8.5"
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 = "Sources/SPStorkController/**/*.swift"
end