AyyyLocal 1.0.1

AyyyLocal 1.0.1

Aries Yang 维护。



 
依赖于
StitchSDK~> 6.0.0
StitchLocalMongoDBService~> 6.0.0
 

AyyyLocal 1.0.1

  • 作者
  • Aries Yang

AyyyLocal

封装 StitchLocalMongoDBService 以简化使用。


安装

  1. 初始化您的 Podfile
$ pod init
  1. 在 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
  1. 安装框架
$ pod install

用法

(待定)

要求

  • Xcode 10.3
  • Swift 5
  • CocoaPods 1.6.0