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

Commit d4d578a

Browse files
Add swift 4 config to podspec
1 parent 00c3edb commit d4d578a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ALCameraViewController.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Pod::Spec.new do |spec|
1010
spec.resources = ["ALCameraViewController/ViewController/ConfirmViewController.xib", "ALCameraViewController/CameraViewAssets.xcassets", "ALCameraViewController/CameraView.strings"]
1111
spec.homepage = "https://github.com/AlexLittlejohn/ALCameraViewController"
1212
spec.author = { "Alex Littlejohn" => "alexlittlejohn@me.com" }
13+
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
1314
end

0 commit comments

Comments
 (0)