카카오 정식 버전 지원.
source 'https://github.com/CocoaPods/Specs.git'
pod 'KakaoOpenSDK/KakaoNavi'
- Swift 일경우, Bridging-Header.h 에 아래 내용 추가.
#import <KakaoNavi/KakaoNavi.h>
- Podfile 사용 예
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/Posteet/Specs.git'
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'LoginSample' do
pod 'KakaoOpenSDK'
pod 'KakaoNaviSDK'
pod 'XCGLogger'
end