mapbox / mapbox-scenekit

Other
231 stars 51 forks source link

Correcting missing/empty attributes in .podspec #4

Closed camdeardorff closed 6 years ago

camdeardorff commented 6 years ago

When trying to install the pod via repo url cocoapods surfaced these two errors.

**[!] The MapboxSceneKit pod failed to validate due to 2 errors:

After merging this command should work when trying to install the pod via repo url. pod 'MapboxSceneKit', :git => 'https://github.com/mapbox/mapbox-scenekit.git', :branch => 'master'

avi-c commented 6 years ago

🍻Looks good!