blob: 1c134dd5daa7bebb4c49a025beaa9e5c8257a2a3 [file] [log] [blame]
{
"name": "ACLayout",
"version": "0.1.0",
"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.1.0"
},
"source_files": [
"ACLayout",
"ACLayout/**/*.{h,m}"
],
"swift_version": "4.0"
}