blob: 76cf9e87a91b83bd3da1faca05d631aff8b37df0 [file] [log] [blame]
{
"name": "BLSmartLayoutEngine",
"version": "1.0.1",
"summary": "A lightweight layout engine for iOS",
"homepage": "https://github.com/arlins/BLSmartLayoutEngine",
"license": "MIT",
"authors": {
"Arlin": "420776870@qq.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/arlins/BLSmartLayoutEngine.git",
"tag": "1.0.1"
},
"requires_arc": true,
"source_files": "BLSmartLayoutEngine",
"public_header_files": [
"BLSmartLayoutEngine/BLSmartLayout.h",
"BLSmartLayoutEngine/UIView+BLSmartLayoutEngine.h",
"BLSmartLayoutEngine/BLSmartVBoxLayout.h"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}