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