blob: 9ff410a55edaa237fe73a8d24edc9f89455c71b4 [file] [log] [blame]
{
"name": "LKit",
"version": "0.2.0",
"summary": "Easier iOS layout, and a bunch of other things",
"description": " LayoutKit is a collection of UI tools that make iOS UI developers life easier to live.\n",
"homepage": "https://github.com/knguyen2708/LKit",
"license": "MIT",
"authors": {
"knguyen": "nguyenhoangkhanh@gmail.com"
},
"source": {
"git": "https://github.com/knguyen2708/LKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LKit/*.*",
"dependencies": {
"PureLayout": [
"~> 1.0.1"
]
}
}