blob: 09247a8bd72f371619b09ea6aef7b8a1cb06d6ad [file] [log] [blame]
{
"name": "KRDeviceType",
"version": "0.0.5",
"summary": "KRDeviceType is a simple class written in Swift that helps to get type of iOS device for layout purposes",
"homepage": "https://github.com/ulian-onua/KRDeviceType",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRDeviceType.git",
"tag": "0.0.5"
},
"source_files": "Source/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}