blob: dd559f45eee273a6f79d75ab52e50ed3e19e7c6c [file] [log] [blame]
{
"name": "MLCKit",
"version": "0.0.1",
"summary": "文本相关的工具类。",
"homepage": "https://github.com/mlcldh/MLCKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mlcldh": "1228225993@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mlcldh/MLCKit.git",
"tag": "0.0.1"
},
"source_files": "MLCKit/MLCKit.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"static_framework": true,
"subspecs": [
{
"name": "Category",
"source_files": "MLCKit/Category/*.{h,m,mm}"
},
{
"name": "LocalFolder",
"source_files": "MLCKit/LocalFolder/*.{h,m,mm}"
},
{
"name": "Macro",
"source_files": "MLCKit/Macro/*.{h,m,mm}"
},
{
"name": "UI",
"source_files": "MLCKit/UI/*.{h,m,mm}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "Utility",
"source_files": "MLCKit/Utility/*.{h,m}"
}
]
}