blob: b487a3c27250c65bba15f25f79d255ac594e309a [file] [log] [blame]
{
"name": "DeviceLayout",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"Device": [
"~> 2.0.0"
]
},
"pushed_with_swift_version": "3.0"
}