Skip to content

Commit

Permalink
Merge pull request #58 from c0rn0/fix/excludeAppDelegateFromPod1
Browse files Browse the repository at this point in the history
Added the AppDelegate as an exclude-pod-file
  • Loading branch information
jpotts18 committed Sep 22, 2015
2 parents 0e53e79 + 4c00fee commit 3614caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SwiftValidator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3614caf

Please sign in to comment.