mapzen / ios

Where you can find everything iOS from Mapzen
https://mapzen.com/projects/mobile/
Apache License 2.0
40 stars 24 forks source link

Update podspec so it tells cocoapods to load submodules #274

Closed msmollin closed 7 years ago

msmollin commented 7 years ago

Overview

Since we changed how we load the style sheets we need to update our podspec to indicate to load that.

Proposed Changes

msmollin commented 7 years ago

FYI on this - if you're pulling directly from master, your podfile directive will need to look like pod "Mapzen-ios-sdk", :git => 'https://github.com/mapzen/ios.git', :branch => 'master', :submodules => true

Otherwise it won't load submodules. This isn't a problem for actual releases though.