Ai
1 Star 0 Fork 0

ProjectOpenSea/unleash-proxy-client-swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
UnleashProxyClientSwift.podspec 785 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fredrik Strand Oseberg 提交于 2022-11-14 19:51 +08:00 . chore: bump podspec (#27)
Pod::Spec.new do |spec|
spec.name = "UnleashProxyClientSwift"
spec.version = "0.0.6"
spec.summary = "Allows frontend clients to talk to unleash through the unleash proxy"
spec.homepage = "https://www.getunleash.io"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "author" => "fredrik@getunleash.io" }
spec.documentation_url = "https://docs.getunleash.io/sdks/proxy-ios"
spec.platforms = { :ios => "13.0", :osx => "10.15" }
spec.swift_version = "5.1"
spec.source = { :git => "https://github.com/Unleash/unleash-proxy-client-swift.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/UnleashProxyClientSwift/**/*.swift"
spec.xcconfig = { "SWIFT_VERSION" => "$(inherited)" }
spec.dependency 'SwiftEventBus'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ProjectOpenSea/unleash-proxy-client-swift.git
git@gitee.com:ProjectOpenSea/unleash-proxy-client-swift.git
ProjectOpenSea
unleash-proxy-client-swift
unleash-proxy-client-swift
main

搜索帮助