blob: 60466a8679bbd9e70f3957d9dda689a7d96dcb34 [file] [log] [blame]
{
"name": "KRDeviceType",
"version": "0.0.3",
"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.3"
},
"source_files": "Source/*.{swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}