From 4c00feeefb57d594ac5e6c07cbc6d84b6d9c2b32 Mon Sep 17 00:00:00 2001 From: c0rn0 Date: Tue, 22 Sep 2015 07:23:26 +0200 Subject: [PATCH] Added the AppDelegate as a file that must be excluded from the pod install. --- SwiftValidator.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/SwiftValidator.podspec b/SwiftValidator.podspec index 69831c5..4a1f491 100644 --- a/SwiftValidator.podspec +++ b/SwiftValidator.podspec @@ -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