blob: 31cccde226a1ad186aa2f572dcb2df3fcbfb812f [file] [log] [blame]
{
"name": "SimpleConstraints",
"version": "0.1.0",
"summary": "SimpleConstraints makes it easier and more intuitive to create NSLayoutConstraints.",
"description": "SimpleConstraints allows you to create NSLayoutConstraints using mathematical equations. This makes it a lot more intuitive to create layout constraints.",
"homepage": "https://github.com/pauljohanneskraft/SimpleConstraints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pauljohanneskraft": "pauljohanneskraft@icloud.com"
},
"source": {
"git": "https://github.com/pauljohanneskraft/SimpleConstraints.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "SimpleConstraints/Classes/**/*",
"frameworks": "UIKit"
}