blob: 5e48189e98e1c4ddf472bb1f3b644abbc2a6d873 [file] [log] [blame]
{
"name": "MRLogicInjection",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MRLogicInjection/Classes/**/*"
}