spec updated
This commit is contained in:
parent
28180d899c
commit
62a3087d90
|
|
@ -10,4 +10,6 @@ Pod::Spec.new do |s|
|
|||
s.platform = :ios
|
||||
s.source = { :git => "https://github.com/jpotts18/swift-validator.git", :tag => "2.0.1" }
|
||||
s.source_files = "Validator/*.swift"
|
||||
s.frameworks = ['Foundation', 'UIKit']
|
||||
s.requires_arc = true
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue