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