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.
1 parent 28180d8 commit 62a3087Copy full SHA for 62a3087
Swift-Validator.podspec
@@ -10,4 +10,6 @@ Pod::Spec.new do |s|
10
s.platform = :ios
11
s.source = { :git => "https://github.com/jpotts18/swift-validator.git", :tag => "2.0.1" }
12
s.source_files = "Validator/*.swift"
13
+ s.frameworks = ['Foundation', 'UIKit']
14
+ s.requires_arc = true
15
end
0 commit comments