Add swift_version to podspec
This commit is contained in:
parent
e91c2577e4
commit
4bb23e79aa
|
|
@ -12,4 +12,5 @@ Pod::Spec.new do |s|
|
|||
s.platform = :ios, '8.0'
|
||||
s.requires_arc = true
|
||||
s.source_files = 'GMStepper/*.swift'
|
||||
s.swift_version = '4.2'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue