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
- Host: GitHub
- URL: https://github.com/rokid/cocoapods-specs
- Owner: rokid
- Created: 2019-05-23T13:06:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T08:08:32.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T03:31:12.906Z (over 1 year ago)
- Topics: cocoapods-specs, ios, podfile
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)