blob: c3efc044d50f35a3f4ba7f4479eaa55738396c53 [file] [log] [blame]
{
"name": "MRLogicInjection",
"version": "0.1.0",
"summary": "使用AOP进行业务逻辑注入的通用底层库",
"description": "使用AOP进行业务逻辑注入的通用底层库,主要关注在实例层级的业务逻辑注入",
"homepage": "https://github.com/yishuiliunian/MRLogicInjection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stonedong": "yishuiliunian@gmail.com"
},
"source": {
"git": "https://github.com/yishuiliunian/MRLogicInjection.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MRLogicInjection/Classes/**/*"
}