blob: 9f46559b3a4b7f1ccbf82cbc91699244dffbc870 [file] [log] [blame]
{
"name": "KRNDeviceType",
"version": "0.0.1",
"summary": "KRNDeviceType is a simple class that helps you to get type of your iOS device for layout purposes",
"homepage": "https://github.com/ulian-onua/KRNDeviceType",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRNDeviceType.git",
"tag": "0.0.1"
},
"source_files": "KRNDeviceType/*.{h,m}",
"public_header_files": "KRNDeviceType/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}