blob: e4a19b32e7f68e6fc09de7018ce5db2e3d55c7df [file] [log] [blame]
{
"name": "LEMUtility",
"version": "0.0.7",
"summary": "通用组件",
"homepage": "https://github.com/veenveenveen/LEMUtility",
"license": "MIT",
"authors": {
"Himin": "745685567@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/veenveenveen/LEMUtility.git",
"tag": "0.0.7"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"source_files": "LEMUtility/LEMUtility.h",
"public_header_files": "LEMUtility/LEMUtility.h",
"resources": "LEMUtility/LEMUtility.bundle",
"subspecs": [
{
"name": "Alert",
"source_files": "LEMUtility/Alert/**/*.{h,m}",
"dependencies": {
"LEMUtility/Category": [
]
}
},
{
"name": "Category",
"source_files": "LEMUtility/Category/**/*.{h,m}"
}
]
}