Rightpoint / BentoMap

Map Clustering for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation with CocoaPods

thibaultfloquet opened this issue · comments

Hello!

I have an issue when I try to install BentoMap with CocoaPods.
image

Do you have any idea? Thanks :)

Have you tried updating the main spec repo with pod repo update master? I just successfully tested installation with this podspec:

platform :ios, '9.0'

inhibit_all_warnings!
use_frameworks!

target 'Test' do
  pod 'BentoMap'
end

It's ok! I have updated the main spec repo and used you podspec example.
Thanks! 👍