1 Star 0 Fork 0

MarkLewis/DeepDiff

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DeepDiff.podspec 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
Khoa Pham 提交于 2021-05-07 03:04 +08:00 . Update project settings
Pod::Spec.new do |s|
s.name = "DeepDiff"
s.summary = "Amazingly incredible extraordinary lightning fast diffing in Swift"
s.version = "2.2.0"
s.homepage = "https://github.com/onmyway133/DeepDiff"
s.license = 'MIT'
s.author = { "Khoa Pham" => "onmyway133@gmail.com" }
s.source = {
:git => "https://github.com/onmyway133/DeepDiff.git",
:tag => s.version.to_s
}
s.social_media_url = 'https://twitter.com/onmyway133'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.2'
s.watchos.deployment_target = "6.0"
s.requires_arc = true
s.ios.source_files = 'Sources/{iOS,Shared}/**/*'
s.osx.source_files = 'Sources/{Shared}/**/*'
s.tvos.source_files = 'Sources/{iOS,Shared}/**/*'
s.watchos.source_files = 'Sources/Shared/**/*'
s.ios.framework = "UIKit"
s.swift_version = '5.0'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/marklewis/DeepDiff.git
git@gitee.com:marklewis/DeepDiff.git
marklewis
DeepDiff
DeepDiff
master

搜索帮助