We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95a461 commit d6c251aCopy full SHA for d6c251a
SSSpinnerButton.podspec
@@ -22,12 +22,14 @@ Pod::Spec.new do |s|
22
s.platform = :ios
23
24
s.ios.deployment_target = "10.0"
25
+ s.swift_version = '4.2'
26
+
27
28
s.source = { :git => "https://github.com/simformsolutions/SSSpinnerButton.git", :tag => "#{s.version}" }
29
#s.source = { :path => ".", :tag => "#{s.version}" }
30
31
s.source_files = 'SSSpinnerButton/SSSpinnerButton/**/*.swift'
- #s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
32
+ # s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
33
s.documentation_url = 'docs/index.html'
34
35
0 commit comments