JapaneseCalendarYear 0.0.1× 测试已测试✗ 语语言 Obj-CObjective C许可协议 MIT 发布时间最后发布2014年12月由 hypermkt 维护。安装指南×JapaneseCalendarYear 的安装指南您要将以下代码 pod 'JapaneseCalendarYear', '~> 0.0' 添加到 Podfile 中target 'MyApp' do pod 'JapaneseCalendarYear', '~> 0.0' end然后在终端或 CocoaPods.app 中运行 pod install或者,为了测试运行,请运行以下命令pod try JapaneseCalendarYear查看 PodspecGitHub 仓库CocoaPods.org 上的页面JapaneseCalendarYear 0.0.1作者:hypermkthypermktgithub.com/hypermktGitHub 仓库概述变更日志 安装 使用方法 JapaneseCalendarYear *jpCal = [[JapaneseCalendarYear alloc] init]; NSLog(@"%@", [jpCal toJapaneseCalendarYear:1981]); // => 昭和56年 作者 hypermkt 许可协议 JapaneseCalendarYear 在 MIT 许可协议下可用。更多信息请参阅 LICENSE 文件。