blob: a3e15e651c6b848e079735d860468fb5d62662ff [file] [log] [blame]
{
"name": "AppleModel",
"version": "0.0.1",
"summary": "识别iPhone、iPad以及模拟器等型号。开发iOS时,方便做机型适配",
"description": "获取Apple设备型号的API,可以识别iPhone、iPad以及模拟器等型号。开发iOS时,方便做机型适配",
"homepage": "https://github.com/GG-A/AppleModel",
"license": "Apache License, Version 2.0",
"authors": {
"GG-A": "yiyikela@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/GG-A/AppleModel.git",
"tag": "0.0.1"
},
"source_files": "AppleModel/**/*.swift",
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}