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 14fc05b commit f7ba400
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 SQift.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/SQift.git', :tag => s.version }
s.source_files = 'Source/**/*.swift'
s.swift_version = '4.1'

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

0 comments on commit f7ba400

Please sign in to comment.