blob: c69872ec242c23d6b978dd45adbf4368522b58b0 [file] [log] [blame]
{
"name": "ACLayout",
"version": "0.0.4",
"summary": "Syntax sugar for methods related to UIView's anchors.",
"description": "ACLayout is a series of extension methods used for programmatically setting up UIView's layout. The aim of this pod is to simplify writing of the layout code.",
"homepage": "https://github.com/DomBabic/ACLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dominik Babić": "domynick93@hotmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/DomBabic/ACLayout.git",
"tag": "0.0.4"
},
"source_files": [
"ACLayout",
"ACLayout/**/*.{h,m}"
],
"swift_version": "4.0"
}