Merge pull request #58 from c0rn0/fix/excludeAppDelegateFromPod1

Added the AppDelegate as an exclude-pod-file
This commit is contained in:
Jeff Potter 2015-09-22 09:48:57 -06:00
commit 3614caf857
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/jpotts18/SwiftValidator.git", :tag => "3.0.0" }
s.source_files = "Validator/*.swift"
s.exclude_files = "Validator/AppDelegate.swift"
s.frameworks = ['Foundation', 'UIKit']
s.requires_arc = true
end