blob: 658fe327f69f2bfcc56ba3691d1dde51c6ccf5b0 [file] [log] [blame]
{
"name": "SimpleConstraints",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "SimpleConstraints/Classes/**/*",
"frameworks": "UIKit"
}