s.platform bumped to 9.0

This commit is contained in:
DominatorVbN
2020-09-18 11:42:06 +05:30
parent 363667b396
commit 92298709a7

View File

@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'devxoul' => 'devxoul@gmail.com' }
s.source = { :git => 'https://github.com/devxoul/Toaster.git',
:tag => "#{s.version}" }
s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.source_files = 'Sources/*.{swift,h}'
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore'
s.swift_version = '5.0'