We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2244735 commit fd61c49Copy full SHA for fd61c49
1 file changed
MrValidator.podspec
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
9
s.platform = :ios, "9.0"
10
s.source = { :git => "https://github.com/codeandcoding/MrValidator.git", :tag => "#{s.version}" }
11
s.source_files = "MrValidator", "MrValidator/**/*.{h,swift}"
12
- s.exclude_files = "MrValidator/SwutlerTests"
+ s.exclude_files = "MrValidator/MrValidatorTests"
13
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3' }
14
end
0 commit comments