blob: 23747932ba64fc9528c28ed32926f7200ba35962 [file] [log] [blame]
{
"name": "BMAutoLayout",
"version": "1.0.0",
"summary": "NSLayoutAnchor based Objective-C AutoLayout Lib",
"description": "NSLayoutAnchor based Objective-C Layout Library",
"homepage": "https://github.com/ACommonChinese/BMAutoLayout",
"license": "MIT",
"authors": {
"刘威振": "liuxing8807@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ACommonChinese/BMAutoLayout.git",
"tag": "1.0.0"
},
"source_files": "BMAutoLayout/BMAutoLayout/**/*.{h,m}",
"requires_arc": true
}