Lettuces
Swift 的简单网络拦截器
CocoaPods
向您的 Podfile 添加类似于以下的 pod 'Lettuce', '~> 0.0.2'
target 'MyApp' do
pod 'Lettuce', '~> 0.0.2'
end
然后在您的终端中运行 pod install,或从 CocoaPods.app 运行。
或者为了进行测试运行,运行命令:
pod try Lettuce
Swift 的简单网络拦截器
向您的 Podfile 添加类似于以下的 pod 'Lettuce', '~> 0.0.2'
target 'MyApp' do
pod 'Lettuce', '~> 0.0.2'
end
然后在您的终端中运行 pod install,或从 CocoaPods.app 运行。
或者为了进行测试运行,运行命令:
pod try Lettuce