blob: e4f61ca2382053827d3adf877b1b986976442cb0 [file] [log] [blame]
{
"name": "LCRBeeSDK",
"version": "0.0.02",
"summary": "LCRBeeSDK is A common tool class framework of myself",
"description": "常用的自定义类与扩展封装",
"homepage": "https://github.com/LinChengRain/LCRBeeSDK",
"license": "MIT",
"authors": {
"ycl": "yuchanglinlin@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LinChengRain/LCRBeeSDK.git",
"tag": "0.0.02"
},
"source_files": [
"LCRBeeSDK",
"LCRBeeSDK/**/*.{h,m}"
],
"subspecs": [
{
"name": "Extensions",
"source_files": "LCRBeeSDK/Extensions/*.{h,m}"
},
{
"name": "CustomViews",
"source_files": "LCRBeeSDK/CustomViews/*.{h,m}"
}
]
}