From 62a3087d90c749b09807eb953edcd399de98e096 Mon Sep 17 00:00:00 2001 From: alejandro soto Date: Mon, 30 Mar 2015 16:31:04 -0600 Subject: [PATCH] spec updated --- Swift-Validator.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Swift-Validator.podspec b/Swift-Validator.podspec index 559473c..b67c956 100644 --- a/Swift-Validator.podspec +++ b/Swift-Validator.podspec @@ -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