Add swift_version to podspec
Fixes https://github.com/kaishin/Gifu/issues/136
This commit is contained in:
parent
b61b76eb92
commit
ed572f53ce
|
@ -9,6 +9,7 @@ Pod::Spec.new do |s|
|
||||||
s.source = { :git => "https://github.com/kaishin/Gifu.git", :tag => "v#{s.version}", :submodules => true }
|
s.source = { :git => "https://github.com/kaishin/Gifu.git", :tag => "v#{s.version}", :submodules => true }
|
||||||
s.platform = :ios, "9.0"
|
s.platform = :ios, "9.0"
|
||||||
s.platform = :tvos, "9.0"
|
s.platform = :tvos, "9.0"
|
||||||
|
s.swift_version = "4.2"
|
||||||
s.ios.source_files = "Source/**/*.{h,swift}"
|
s.ios.source_files = "Source/**/*.{h,swift}"
|
||||||
s.tvos.source_files = "Source/**/*.{h,swift}"
|
s.tvos.source_files = "Source/**/*.{h,swift}"
|
||||||
s.ios.deployment_target = "9.0"
|
s.ios.deployment_target = "9.0"
|
||||||
|
|
Loading…
Reference in New Issue