We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e53e79 + 4c00fee commit 3614cafCopy full SHA for 3614caf
SwiftValidator.podspec
@@ -11,6 +11,7 @@ Pod::Spec.new do |s|
11
s.ios.deployment_target = '8.0'
12
s.source = { :git => "https://github.com/jpotts18/SwiftValidator.git", :tag => "3.0.0" }
13
s.source_files = "Validator/*.swift"
14
+ s.exclude_files = "Validator/AppDelegate.swift"
15
s.frameworks = ['Foundation', 'UIKit']
16
s.requires_arc = true
17
end
0 commit comments