blob: e36f14611801010e49b15d415bce80ad3886fd0a [file] [log] [blame]
{
"name": "KKUIDevice",
"version": "1.0.0",
"summary": "A Simple way to get iOS device info.",
"description": "A Simple way to get iOS device info. eg. Hardware stringdevice name",
"homepage": "https://github.com/CrazyFanFan/KKUIDevice",
"license": "MIT",
"authors": {
"Crazy凡": "827799383@qq.com"
},
"source": {
"git": "https://github.com/CrazyFanFan/KKUIDevice.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": [
"Sources/KKUIDevice",
"KKUIDevice/**/*.{swift}"
],
"swift_version": "5.0"
}