Add swift_version to podspec

This commit is contained in:
Brent Whitman 2018-09-18 06:38:08 -07:00
parent e91c2577e4
commit 4bb23e79aa
1 changed files with 1 additions and 0 deletions

View File

@ -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