blob: 795a519833cd2a80c0368a6d44f0dc26c55f1939 [file] [log] [blame]
{
"name": "VanillaConstraints",
"version": "1.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/jdisho/VanillaConstraints",
"authors": {
"Joan Disho": "dishojoan@gmail.com"
},
"summary": "Simplified and chainable AutoLayout NSLayoutConstraints for iOS.",
"source": {
"git": "https://github.com/jdisho/VanillaConstraints.git",
"tag": "1.0.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": "VanillaConstraints/Source/*.swift",
"frameworks": "UIKit"
}