blob: a31bcec0da34d3463ade8f8bdf9b3640b2b1e116 [file] [log] [blame]
{
"name": "KKUIDevice",
"version": "0.0.6",
"summary": "A Simple way to get iOS device info.",
"description": "A Simple way to get iOS device info. eg. Hardware string/device name",
"homepage": "https://github.com/CrazyFanFan/KKUIDevice",
"license": "MIT",
"authors": {
"Crazy凡": "827799383@qq.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/CrazyFanFan/KKUIDevice.git",
"tag": "0.0.6"
},
"frameworks": "UIKit",
"requires_arc": true,
"static_framework": true,
"swift_version": "5.0",
"subspecs": [
{
"name": "ObjectiveC",
"source_files": [
"KKUIDevice",
"KKUIDevice/**/*.{h,m}"
],
"dependencies": {
"KKUIDevice/Resources": [
]
}
},
{
"name": "Swift",
"source_files": [
"KKUIDevice-swift",
"KKUIDevice-swift/**/*.{h,swift}"
],
"dependencies": {
"KKUIDevice/Resources": [
]
}
},
{
"name": "Resources",
"resource_bundles": {
"KKUIDeviceBundle": "Resources/*.{plist}"
}
}
]
}