From 24258166ba6634616a97239974c2212e23d19ca7 Mon Sep 17 00:00:00 2001 From: Marcin Klimek Date: Tue, 19 Nov 2013 16:33:03 +0100 Subject: [PATCH] Corrected Cocoapods support --- EstimoteSDK.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/EstimoteSDK.podspec b/EstimoteSDK.podspec index 10d73d621..10469df6f 100644 --- a/EstimoteSDK.podspec +++ b/EstimoteSDK.podspec @@ -8,6 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/Estimote/iOS-SDK.git", :tag => "v#{s.version}" } s.source_files = 'EstimoteSDK/Headers/*.h' s.preserve_paths = 'EstimoteSDK/libEstimoteSDK7.a' + s.vendored_libraries = 'EstimoteSDK/libEstimoteSDK7.a' s.ios.deployment_target = '7.0' s.frameworks = 'UIKit', 'Foundation', 'SystemConfiguration', 'MobileCoreServices', 'CoreLocation' s.requires_arc = true