blob: c6ef4b653753ce701ffd9f46d4eff8ea9d798155 [file] [log] [blame]
{
"name": "MKLayoutLibrary",
"version": "0.4.2",
"summary": "MKLayoutLibrary provides layout manager for UIKit such as Linearlayout",
"description": " MKLayoutLibrary provides layout manager for UIKit\n\n MKLayoutLibrary adds layouts to UIKit without having the need of subclassing UIView.\n",
"homepage": "https://github.com/mkloeppner/MKLayoutLibrary",
"license": "MIT",
"authors": {
"mkloeppner": "mkloeppner@me.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mkloeppner/MKLayoutLibrary.git",
"tag": "0.4.2"
},
"source_files": [
"MKLayoutLibrary",
"**/*.{h,m}"
],
"exclude_files": "MKLayoutLibraryTests",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}