An open API service indexing awesome lists of open source software.

https://github.com/rokid/cocoapods-specs

Rokid's CocoaPods Specifications
https://github.com/rokid/cocoapods-specs

cocoapods-specs ios podfile

Last synced: 11 months ago
JSON representation

Rokid's CocoaPods Specifications

Awesome Lists containing this project

README

          

# 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
- [Podfile Syntax Reference](https://guides.cocoapods.org/syntax/podfile.html#podfile)
- [AMS SDK Library](https://github.com/aliyun/aliyun-specs/blob/master/Library.md)

- [Aliyun-Specs](https://github.com/aliyun/aliyun-specs)