blob: 9cceaca9ecdb3e116dd9f61578acaca11a0d62d3 [file] [log] [blame]
{
"name": "KNLayout",
"version": "1.3",
"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.3"
},
"source_files": [
"Source/*.{swift,plist}",
"Source/Classes/*.swift",
"Source/Extension/*.swift"
],
"pushed_with_swift_version": "3.1"
}