Cocoapods 설치 오류

ID 1029807

카카오맵을 사용하려고 코코아팟에 설치하려고 podfile source에 제대로 입력했는데
아래처럼 오류가 뜨네요 ㅠㅠㅠ

Updating local specs repositories
$ /usr/bin/git -C /Users/yushikang/.cocoapods/repos/cocoapods fetch origin
–progress
remote: Enumerating objects: 15, done.
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 9 (delta 6), reused 0 (delta 0), pack-reused 0
From https://github.com/CocoaPods/Specs
0b19f2b723b7…08f5567f0a0e master → origin/master
$ /usr/bin/git -C /Users/yushikang/.cocoapods/repos/cocoapods rev-parse
–abbrev-ref HEAD
master
$ /usr/bin/git -C /Users/yushikang/.cocoapods/repos/cocoapods reset --hard
origin/master
HEAD is now at 08f5567f0a0e [Add] RogoCore 1.0.5.7
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod “KakaoMapsSDK”:
In Podfile:
KakaoMapsSDK (= 2.0.0)

None of your spec sources contain a spec satisfying the dependency: KakaoMapsSDK (= 2.0.0).

You have either:

  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

[!] Automatically assigning platform iOS with version 13.0 on target GREEON because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.

이렇게 떠요 ㅠㅠㅠ

@kangyongji 잘못된 버전을 받으려고 시도중인것 같습니다. podfile 의 내용을 다시 확인해 보시기 바랍니다. 사용 가능한 버전은 Change Logs | KakaoMapsSDK v.2 for iOS 이곳을 참고하시기 바랍니다.