blob: 9f54280cfeb4a7464b5b64397f2aafc10fdddb67 [file] [log] [blame]
{
"name": "LKit",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LKit/LKit.h",
"dependencies": {
"PureLayout": [
"~> 1.0.1"
],
"libextobjc": [
"~> 0.3"
]
},
"subspecs": [
{
"name": "LinearLayout",
"dependencies": {
"LKit/Common": [
]
},
"source_files": [
"LKit/LKBuilder.{h,m}",
"LKit/*LinearLayout*"
]
},
{
"name": "Common",
"dependencies": {
"LKit/AutoLayout": [
]
},
"source_files": [
"LKit/LKitCommon.h",
"LKit/NSObject+LK.{h,m}",
"LKit/NSArray+LK.{h,m}",
"LKit/NSAttributedString+LK.{h,m}",
"LKit/UIColor+LK.{h,m}",
"LKit/LKLabel.{h,m}",
"LKit/LKButton.{h,m}",
"LKit/UIView+LK.{h,m}"
]
},
{
"name": "AutoLayout",
"source_files": "LKit/LKAutoLayout.{h,m}"
}
]
}