Skip to content

Commit

Permalink
Merge pull request CocoaPods#1432 from andreacremaschi/master
Browse files Browse the repository at this point in the history
Shapekit 0.9.0 - minor bugfix that removes a warning
  • Loading branch information
keith committed Mar 8, 2013
2 parents 93c9a0e + d03a11c commit a4e94ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ShapeKit/0.9.0/ShapeKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a4e94ca

Please sign in to comment.