blob: 910432223d20116c9208bca2e384aa28ef2eb2fd [file] [log] [blame]
{
"name": "BLSettingCell",
"version": "1.0.0",
"license": "MIT",
"summary": "通用设置页面cell,可以灵活扩展,多种样式可配置",
"homepage": "https://github.com/LeoSsy",
"source": {
"git": "https://github.com/LeoSsy/BLSettingCell.git",
"tag": "1.0.0"
},
"source_files": "BLSettingCell/*.{h,m}",
"public_header_files": "BLSettingCell/*.{h}",
"resource_bundles": {
"BLSettingCell": [
"BLSettingCell/BLSetting.bundle/*.png"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
],
"SDWebImage": [
]
},
"authors": {
"BY": "781739973@qq.com"
},
"social_media_url": "https://github.com/LeoSsy"
}