blob: 70d2acfc435c9a9e2006deb303c18aaad7ffa299 [file] [log] [blame]
{
"name": "GTEasyLayout",
"version": "1.0.1",
"summary": "Add subviews to views, setup constraints and update them animated with one line of code only!",
"description": "GTEasyLayout is a small framework written in Swift which aims to minimise the effort of adding subviews and setting up their constraints when implementing UI in code for iOS apps.",
"homepage": "https://github.com/gabrieltheodoropoulos/GTEasyLayout.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gabriel Theodoropoulos": "gabrielth.devel@gmail.com"
},
"social_media_url": "https://twitter.com/gabtheodor",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/gabrieltheodoropoulos/GTEasyLayout.git",
"tag": "1.0.1"
},
"source_files": "GTEasyLayout/Source/*.{swift}",
"swift_version": "5.0"
}