blob: 8e3999e730fd7a84a110a41603c2a782d8f7bd79 [file] [log] [blame]
{
"name": "KSLayout",
"version": "1.0.1",
"summary": "A tiny library that helps to automatically layout subviews in a container view by creating the necessary constraints",
"homepage": "https://github.com/cbot/KSLayout",
"license": "MIT",
"authors": {
"Kai Straßmann": "derkai@gmail.com"
},
"source": {
"git": "https://github.com/cbot/KSLayout.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Classes/ios/*.h",
"source_files": "Classes/ios/*",
"frameworks": [
"Foundation",
"UIKit"
]
}