spec updated

This commit is contained in:
alejandro soto 2015-03-30 16:31:04 -06:00
parent 28180d899c
commit 62a3087d90
1 changed files with 2 additions and 0 deletions

View File

@ -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