Skip to content

Commit

Permalink
Merge pull request #92 from hypery2k/hypery2k-xcode8-build-error
Browse files Browse the repository at this point in the history
Fix Xcode 8 error
  • Loading branch information
devxoul authored Oct 9, 2016
2 parents fb45861 + 4a21798 commit 7b44711
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Toaster.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/*.{swift,h}'
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore'
s.requires_arc = true
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.0'
}
end

0 comments on commit 7b44711

Please sign in to comment.