1 Star 0 Fork 0

皓如清月/SwiftFormat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SwiftFormat.podspec.json 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "SwiftFormat",
"version": "0.54.6",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "Mac and iOS library for formatting Swift source code.",
"homepage": "https://github.com/nicklockwood/SwiftFormat",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/SwiftFormat.git",
"tag": "0.54.6"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift"
},
{
"name": "CLI",
"preserve_paths": "CommandLineTool/swiftformat",
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"osx": "10.14"
}
}
],
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"osx": "10.14"
},
"swift_versions": [
"5.3", "5.4", "5.5", "5.6", "5.7", "5.8", "5.9", "5.10"
],
"requires_arc": true
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/helloro/SwiftFormat.git
[email protected]:helloro/SwiftFormat.git
helloro
SwiftFormat
SwiftFormat
develop

搜索帮助