blob: b5a95259e3414f820b3fdabd165d32c414c9bdce [file] [log] [blame]
{
"name": "ZKGeneral",
"version": "0.0.2",
"summary": "Category,MSC,ZK",
"description": "ios common/genetal category",
"homepage": "https://github.com/Francis-MSC/ZKGeneralClass",
"license": "MIT",
"authors": {
"msc": "zk_msc@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Francis-MSC/ZKGeneralClass.git",
"tag": "0.0.2"
},
"subspecs": [
{
"name": "Commons",
"subspecs": [
{
"name": "MyUtil",
"source_files": "GeneralClass/Commons/MyUtil/*.{h,m}"
},
{
"name": "Singleton",
"source_files": "GeneralClass/Commons/Singleton/*.{h,m}"
}
]
},
{
"name": "Category",
"subspecs": [
{
"name": "AttributedString+Mutable",
"source_files": "GeneralClass/Category/AttributedString+Mutable/*.{h,m}"
},
{
"name": "UIAlert+Block",
"source_files": "GeneralClass/Category/UIAlert+Block/*.{h,m}"
},
{
"name": "UIView+Frame",
"source_files": "GeneralClass/Category/UIView+Frame/*.{h,m}"
}
]
}
]
}