blob: ebc89d884379ffa7a8d2a00602bb563ed4aae007 [file] [log] [blame]
{
"name": "DeviceLayout",
"version": "0.5.0",
"summary": "Auto Layout can be set differently for each device.",
"description": "Auto Layout can be set differently for each device. use IBInspectable",
"homepage": "https://github.com/cruisediary/DeviceLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cruisediary": "cruzdiary@gmail.com"
},
"source": {
"git": "https://github.com/cruisediary/DeviceLayout.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"Device": [
"~> 3.2.1"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}