blob: 3c43364c3685a28cae2587a69562671409526cb2 [file] [log] [blame]
{
"name": "device-kit",
"version": "1.1.1",
"summary": "📱 Lightweight framework that allows to get extended information about an iOS device.",
"description": "📱 Lightweight framework that allows to get extended information about an `iOS` device.",
"homepage": "https://github.com/jVirus/device-kit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Astemir Eleev": "astemireleev@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/jVirus/device-kit.git",
"tag": "1.1.1"
},
"source_files": "device-kit/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "4.2"
}