blob: b5fd33765321ecbed2896d2cf61fbc494a22ba7f [file] [log] [blame]
{
"name": "KNLayout",
"version": "1.5",
"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": "8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/taiwancek/KNLayout.git",
"tag": "1.5"
},
"source_files": "Source/**/*",
"pushed_with_swift_version": "3.1"
}