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