blob: 2ff05acaf2930fd5ee1eb0288c11820dbbfde2f4 [file] [log] [blame]
{
"name": "LMUtils",
"version": "0.0.5",
"summary": "日常使用分类库。",
"description": "文件引入错误,重新打包。",
"homepage": "https://github.com/lamCo/LMUtils",
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"authors": {
"lam": "a253143598@qq.com"
},
"source": {
"git": "https://github.com/lamCo/LMUtils.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"LMUtilsDemo/LMUtilsDemo/LMUtils/**"
],
"subspecs": [
{
"name": "Foundation",
"source_files": "LMUtilsDemo/LMUtilsDemo/LMUtils/Foundation/*.{h,m}"
},
{
"name": "Kit",
"source_files": "LMUtilsDemo/LMUtilsDemo/LMUtils/Kit/*.{h,m}"
}
]
}