blob: 8685107c95066b53e25b91d9b6f581e745a924ff [file] [log] [blame]
{
"name": "AutoLayouty",
"version": "0.1.0",
"summary": "Tool for creating Auto Layout for iOS applications.",
"description": "Tool for creating Auto Layout for iOS applications. By installing AutoLayouty the programmatic development of your UIViews will be simpler with constraints added through a line of code, there will not be as much difficulty as there was before.",
"homepage": "https://github.com/gabrielsscavalcante/AutoLayouty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"@gabrielsscavalcante": "gabrielsoucavalcante@gmail.com"
},
"source": {
"git": "https://github.com/gabrielsscavalcante/AutoLayouty.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AutoLayouty/Classes/**/*",
"frameworks": "UIKit"
}