cutting-room-floor / mapbox-gl-cocoa

OBSOLETE
74 stars 12 forks source link

improve podspec to build C++ library #43

Closed incanus closed 9 years ago

incanus commented 10 years ago

Building off of #32, it would be good to let the pod build the underlying C++ library, too, not just use the static library.

  1. Replace MapboxGL podspec namespace with main C++ library.
  2. Add a subspec in this repo (or whatever would be required) in order to check this out into the parent.
  3. Build using the regular stuff in ./pkg.

Relatively low priority — for now we can tag static lib releases here.

incanus commented 9 years ago

Nah, CocoaPods should just grab prebuilt versions — this takes too long. If people ask for it we can reconsider.