blob: 73cf184e88d109ce4823377d4a6e79f1b5ddc983 [file] [log] [blame]
{
"name": "ZSCommonKit",
"version": "1.0.1",
"summary": "Common tool library in daily work.",
"description": "Common tool library in daily work. \nyeah, is me.\nZSCommonKit by magic",
"homepage": "https://github.com/magicer0126/ZSTools_formal.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mahuiying": "magicer0126@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/magicer0126/ZSTools_formal.git",
"tag": "1.0.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "ZSEasyHUD",
"source_files": "ZSCommonKit/Classes/ZSEasyHUD/*.{h,m}"
},
{
"name": "ZSBubblelayer",
"source_files": "ZSCommonKit/Classes/ZSBubbleLayer/*.{h,m}"
},
{
"name": "ZSKeyboard",
"source_files": "ZSCommonKit/Classes/ZSKeyboard/**/*.{h,m}"
}
]
}