AyyyLocal
封装 StitchLocalMongoDBService
以简化使用。
安装
- 初始化您的 Podfile
$ pod init
- 在 Podfile 中添加以下行
target 'YourAppTarget' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for YourAppTarget
pod 'AyyyLocal', '~> 1.0.0'
end
- 安装框架
$ pod install
用法
(待定)
要求
- Xcode 10.3
- Swift 5
- CocoaPods 1.6.0