blob: e5fcedfeb6b1f83d7af1fc4d3ab584e9f37b836e [file] [log] [blame]
{
"name": "LMUtils",
"version": "0.0.15",
"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.15"
},
"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}"
}
]
}