Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
Update Swift version in podspec & .swift-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomvis committed Jul 23, 2017
1 parent 7fc5321 commit 17a4479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
3.0
4.0
2 changes: 1 addition & 1 deletion BrightFutures.podspec
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
end

0 comments on commit 17a4479

Please sign in to comment.