Skip to content

Commit 7b44711

Browse files
authored
Merge pull request #92 from hypery2k/hypery2k-xcode8-build-error
Fix Xcode 8 error
2 parents fb45861 + 4a21798 commit 7b44711

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Toaster.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ Pod::Spec.new do |s|
1111
s.source_files = 'Sources/*.{swift,h}'
1212
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore'
1313
s.requires_arc = true
14+
s.pod_target_xcconfig = {
15+
'SWIFT_VERSION' => '3.0'
16+
}
1417
end

0 commit comments

Comments
 (0)