Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit a3e1357

Browse files
authored
Merge pull request #47 from nodes-ios/feature/cocoapods
Added swift version to podspec
2 parents 6d3e3a1 + 6ed892a commit a3e1357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NSpinner.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ Pod::Spec.new do |spec|
1313

1414
spec.source_files = 'Spinner/Spinner.swift'
1515

16+
spec.swift_version = '5'
17+
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '5' }
18+
1619
end

0 commit comments

Comments
 (0)