Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Replaced deprecated podspec flag
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Aug 20, 2015
1 parent fd98607 commit 18ab01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Target OS X: 10.9+

#### CocoaPods

[CocoaPods](https://cocoapods.org) is preferred. Put the following in your `Podfile`:
The preferred way to install Mapbox GL is via [CocoaPods](https://cocoapods.org). (Version 0.38.0 or above is required.) Put the following in your `Podfile`:

```ruby
use_frameworks!
Expand Down
2 changes: 1 addition & 1 deletion ios/MapboxGL.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |m|

m.frameworks = 'CoreLocation', 'CoreTelephony', 'GLKit', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'SystemConfiguration'
m.libraries = 'c++', 'sqlite3', 'z'
m.xcconfig = {
m.pod_target_xcconfig = {
'OTHER_CPLUSPLUSFLAGS' => '-std=gnu++11 -stdlib=libc++',
'OTHER_LDFLAGS' => '-ObjC',
}
Expand Down

0 comments on commit 18ab01c

Please sign in to comment.