Skip to content

Commit 3614caf

Browse files
committed
Merge pull request #58 from c0rn0/fix/excludeAppDelegateFromPod1
Added the AppDelegate as an exclude-pod-file
2 parents 0e53e79 + 4c00fee commit 3614caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SwiftValidator.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = '8.0'
1212
s.source = { :git => "https://github.com/jpotts18/SwiftValidator.git", :tag => "3.0.0" }
1313
s.source_files = "Validator/*.swift"
14+
s.exclude_files = "Validator/AppDelegate.swift"
1415
s.frameworks = ['Foundation', 'UIKit']
1516
s.requires_arc = true
1617
end

0 commit comments

Comments
 (0)