From d03a11c4529d4d669153e4aa752a83fd0f561ef4 Mon Sep 17 00:00:00 2001 From: Andrea Cremaschi Date: Fri, 8 Mar 2013 17:05:10 +0100 Subject: [PATCH] ShapeKit 0.9.0 - small bug fix --- ShapeKit/0.9.0/ShapeKit.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ShapeKit/0.9.0/ShapeKit.podspec b/ShapeKit/0.9.0/ShapeKit.podspec index 7b7e910c3907a2..b09f71c7a548a2 100644 --- a/ShapeKit/0.9.0/ShapeKit.podspec +++ b/ShapeKit/0.9.0/ShapeKit.podspec @@ -24,7 +24,6 @@ Pod::Spec.new do |s| s.framework = 'CoreLocation' - s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -lstdc++', 'LIBRARY_SEARCH_PATHS' => '"${PODS_ROOT}/MapBox/Proj4"' } + s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -lstdc++' } -# s.xcconfig = { 'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/spatialite/headers' } end