1 Star 0 Fork 0

Gemini/ViewInspector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ViewInspector.podspec 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexey Naumov 提交于 2021-12-30 15:24 . Bump pod version
Pod::Spec.new do |s|
s.name = "ViewInspector"
s.version = "0.9.1"
s.summary = "ViewInspector is a library for unit testing SwiftUI views."
s.homepage = "https://github.com/nalexn/ViewInspector"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Alexey Naumov" => "alexey@naumov.tech" }
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'
#s.watchos.deployment_target = '7.0'
s.swift_version = '5.0'
s.framework = 'XCTest'
s.source = { :git => "https://github.com/nalexn/ViewInspector.git", :tag => "#{s.version}" }
s.source_files = 'Sources/ViewInspector/**/*.swift'
s.test_spec 'Tests' do |unit|
unit.source_files = 'Tests/ViewInspectorTests/**/*.swift'
unit.resources = 'Tests/ViewInspectorTests/TestResources/**/*'
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/BitBuilder/ViewInspector.git
git@gitee.com:BitBuilder/ViewInspector.git
BitBuilder
ViewInspector
ViewInspector
master

搜索帮助