blob: 41e1848fbe2dba3602e2d2c604dbf50e4be97ac7 [file] [log] [blame]
{
"name": "LMUtils",
"version": "0.0.10",
"summary": "日常使用分类库。",
"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.10"
},
"source_files": "LMUtilsDemo/LMUtilsDemo/LMUtils/**",
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Foundation",
"source_files": "LMUtilsDemo/LMUtilsDemo/LMUtils/Foundation/*.{h,m}"
},
{
"name": "Kit",
"source_files": "LMUtilsDemo/LMUtilsDemo/LMUtils/Kit/*.{h,m}"
}
]
}