blob: cada476e24e47957d6982c9a058592010fc2b665 [file] [log] [blame]
{
"name": "BMLayoutConstraint",
"version": "1.1.1",
"summary": "a good UI layout adaptation tool.",
"homepage": "https://github.com/beichenming/BMLayoutConstraint",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "BMLayoutConstraint is a UI layout adaptation tool, through the JSON configuration file to form fast adaptation to different device and multi language UI layout,apply to iOS and Mac OSX application development,which implement by Objective-C.",
"authors": {
"beichenming": "beichenming@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/beichenming/BMLayoutConstraint.git",
"tag": "1.1.1"
},
"source_files": [
"BMLayoutConstraint/*.{h,m}",
"BMLayoutConstraint/Extension/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}