blob: 48be0826074c1dfefbfe08c3cd35cb5fb07cb55f [file] [log] [blame]
{
"name": "CodiumLayout",
"version": "0.0.4",
"summary": "A intneral tool to set constraints of UI components in iOS.",
"swift_version": "4.0.0",
"description": "A tool created with intention of being used internally at Codium. The code is nothing but encapsulates the SnapKit with additional features.",
"homepage": "https://www.codium.co/",
"license": "MIT",
"authors": {
"James Kim": "jamesjunsungkim@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JamesJunsungKim/CodiumLayout.git",
"tag": "0.0.4"
},
"source_files": "CodiumLayout/**/*",
"frameworks": "UIKit"
}