blob: c56e4d6ed835da29b9e10d19191d9f2e34572b12 [file] [log] [blame]
{
"name": "BMCategory",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "BMCategory/**/*.{h,m}",
"requires_arc": true,
"resources": "BMCategory/QRCodeBundle.bundle",
"dependencies": {
"Masonry": [
]
}
}