Skip to content

Commit e831261

Browse files
committed
Removed the .swift-version file and added it directly to the podspec.
1 parent a17e86d commit e831261

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Elevate.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Pod::Spec.new do |s|
88

99
s.source = { :git => 'https://github.com/Nike-Inc/Elevate.git', :tag => s.version }
1010
s.source_files = 'Source/*.swift'
11+
s.swift_version = '4.0'
1112

1213
s.ios.deployment_target = '8.0'
1314
s.osx.deployment_target = '10.11'

0 commit comments

Comments
 (0)