blob: 667b47c0bf60941b474db68e024a8cd30b4120a3 [file] [log] [blame]
{
"name": "LEMUtility",
"version": "0.1.0",
"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.1.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"source_files": "LEMUtility/LEMUtility.h",
"public_header_files": "LEMUtility/LEMUtility.h",
"resources": "LEMUtility/LEMUtility.bundle",
"subspecs": [
{
"name": "Base",
"source_files": "LEMUtility/Base/**/*.{h,m}"
},
{
"name": "Category",
"source_files": "LEMUtility/Category/**/*.{h,m}"
},
{
"name": "Toast",
"source_files": "LEMUtility/Toast/**/*.{h,m}",
"dependencies": {
"LEMUtility/Category": [
]
}
},
{
"name": "Router",
"source_files": "LEMUtility/Router/**/*.{h,m}"
}
]
}