Skip to content

Commit

Permalink
Removed the .swift-version file and added it directly to the podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Apr 10, 2018
1 parent a17e86d commit e831261
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

1 change: 1 addition & 0 deletions Elevate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|

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

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.11'
Expand Down

0 comments on commit e831261

Please sign in to comment.