Skip to content

Commit d6c251a

Browse files
Add swift version in podspecs
1 parent b95a461 commit d6c251a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SSSpinnerButton.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ Pod::Spec.new do |s|
2222
s.platform = :ios
2323

2424
s.ios.deployment_target = "10.0"
25+
s.swift_version = '4.2'
26+
2527

2628
s.source = { :git => "https://github.com/simformsolutions/SSSpinnerButton.git", :tag => "#{s.version}" }
2729
#s.source = { :path => ".", :tag => "#{s.version}" }
2830

2931
s.source_files = 'SSSpinnerButton/SSSpinnerButton/**/*.swift'
30-
#s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
32+
# s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
3133
s.documentation_url = 'docs/index.html'
3234

3335

0 commit comments

Comments
 (0)