Inflection 0.2.1× 测试已测试✗ 语言语言 SwiftSwift许可证 MIT 发布日期最后一次发布2015年3月 SPM支持SPM✗由Christoffer Winterkvist维护。安装指南×Inflection安装指南您想将以下代码类似添加到Podfile中:target 'MyApp' do pod 'Inflection', '~> 0.2' end然后在终端中运行pod install,或者在CocoaPods.app中运行。或者,为了测试,运行以下命令:pod try Inflection查看PodspecGitHub仓库CocoaPods.org上的页面Inflection 0.2.1由Christoffer Winterkvistzenangstzenangst/InflectionGitHub仓库 字符串折叠的大神 let swiftString = "created_at".swiftCase() let rubyString = "createdAt".rubyCase() 贡献 它的副本 创建您的功能分支(git checkout -b my-new-feature) 提交您的更改(git commit -am 'Add some feature') 将分支推送到远程(git push origin my-new-feature) 创建拉取请求