blob: 4766c4b3e487ef0a5fb1a48348765303bd9c568f [file] [log] [blame]
{
"name": "KSLayout",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Classes/ios/*.h",
"source_files": "Classes/ios/*",
"frameworks": [
"Foundation",
"UIKit"
]
}