Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 613 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 613 Bytes

rokid-specs

Rokid Mobile SDK CocoaPods specs.

若琪 iOS CocoaPods仓库。

使用

  • Podfile中指定仓库位置,
# Master 仓库不要遗漏

source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/Rokid/rokid-specs.git'
  • 为工程target添加依赖,例:引入若琪核心库依赖。
pod 'RokidMobileCore', '~> 1.0.0'

Links