From 2739079f8d944a26172be1f41effb3d0c9e63f75 Mon Sep 17 00:00:00 2001 From: Brian Cooke Date: Sun, 23 Dec 2012 21:08:04 -0800 Subject: [PATCH] [Fixes] PDKeychainBindingsController 0.0.1 Include Security.framework --- .../0.0.1/PDKeychainBindingsController.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/PDKeychainBindingsController/0.0.1/PDKeychainBindingsController.podspec b/PDKeychainBindingsController/0.0.1/PDKeychainBindingsController.podspec index ff5e44dca9a9b9..7647167d54489a 100644 --- a/PDKeychainBindingsController/0.0.1/PDKeychainBindingsController.podspec +++ b/PDKeychainBindingsController/0.0.1/PDKeychainBindingsController.podspec @@ -7,5 +7,6 @@ Pod::Spec.new do |s| s.author = 'Carl Brown' s.source = { :git => "https://github.com/carlbrown/PDKeychainBindingsController.git", :commit => "78f6debff6" } s.source_files = 'PDKeychainBindingsController' + s.frameworks = 'Security' s.requires_arc = true end