blob: 6cfaec116d1a67d4d931529019e0ebb4827c5e29 [file] [log] [blame]
{
"name": "ZZSwizzle",
"version": "1.0.0",
"summary": "方法交换的简单封装,方便以后使用.",
"description": "方法交换的简单封装,方便以后使用",
"homepage": "https://github.com/saberge/ZZSwizzle",
"license": "MIT",
"authors": {
"zhenglaixian": "saberge@163.com"
},
"source": {
"git": "https://github.com/saberge/ZZSwizzle.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"SwizzleDemo/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}