iOSDetector 0.2.0× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布上次发布2014年12月由azu维护。安装指南×安装指南 for iOSDetector您想将以下内容添加到 Podfile 中:pod 'iOSDetector', '~> 0.2'target 'MyApp' do pod 'iOSDetector', '~> 0.2' end然后在您的终端内或从 CocoaPods.app 运行 pod install。或者为了测试运行,运行以下命令pod try iOSDetector查看 PodspecGitHub 仓库CocoaPods.org上的页面iOSDetector 0.2.0作者:azuazu_reazu/iOSDetectorGitHub 仓库名概览变更日志 使用方法 要运行示例项目;克隆仓库,然后首先从示例目录运行 pod install。 API @interface iOSDetector : NSObject + (BOOL)isPhone; + (BOOL)isPad; + (NSString *)universalFile:(NSString *) fileName; + (BOOL)isJapanese; @end 要求 安装 许可证 iOSDetector 在 MIT 许可证下可用。有关更多详情,请参阅 LICENSE 文件。