blob: 2aa140aa022c3a708e3988c0070953878b1a17d2 [file] [log] [blame]
{
"name": "KNLayout",
"version": "1.0",
"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"
},
"requires_arc": true,
"platforms": {
"osx": "10.12.5",
"ios": "8.0"
},
"source": {
"git": "https://github.com/taiwancek/KNLayout.git",
"tag": "1.0"
},
"source_files": "Source/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}