blob: 60e383c92bb1728a39d1a7294ad8cdcd9adcc2a3 [file] [log] [blame]
{
"name": "Layoutable",
"version": "1.0.0",
"summary": "Extension for UIView apps that make use of AutoLayout easier.",
"homepage": "https://github.com/MichalTKwiecien/Layoutable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michał Kwiecień": "michal@kwiecien.co"
},
"source": {
"git": "https://github.com/MichalTKwiecien/Layoutable.git",
"tag": "1.0.0"
},
"source_files": "Layoutable/**/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
}
}