blob: 9ad90ee07e36d2e7be78429f55d1a68fd1e3fc2f [file] [log] [blame]
{
"name": "KNLayout",
"version": "1.4",
"summary": "KNLayout is a very small library to help make your use of `NSLayoutConstraint` in Swift more legible & declarative.",
"homepage": "https://github.com/taiwancek/KNLayout",
"license": {
"type": "MIT"
},
"authors": {
"cek": "taiwanmancek@gmail.com"
},
"platforms": {
"ios": "10.3"
},
"requires_arc": true,
"source": {
"git": "https://github.com/taiwancek/KNLayout.git",
"tag": "1.4"
},
"source_files": "Source/**/*",
"pushed_with_swift_version": "3.1"
}