blob: 6a94cbe0ec36f591990e652905344b05c7db0cbb [file] [log] [blame]
{
"name": "BMCategory",
"version": "0.0.5",
"summary": "Custom Category used on iOS.",
"description": "Custom Category used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/androidmao/BMCategory",
"license": "MIT",
"authors": {
"androidmao": "androidmao@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/androidmao/BMCategory.git",
"tag": "0.0.5"
},
"source_files": "BMCategory/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}