Add swift_version to podspec

Fixes https://github.com/kaishin/Gifu/issues/136
This commit is contained in:
Reda Lemeden 2018-10-30 23:15:16 +01:00 committed by GitHub
parent b61b76eb92
commit ed572f53ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.platform = :ios, "9.0"
s.platform = :tvos, "9.0"
s.swift_version = "4.2"
s.ios.source_files = "Source/**/*.{h,swift}"
s.tvos.source_files = "Source/**/*.{h,swift}"
s.ios.deployment_target = "9.0"