blob: 8133d35662da264ad32635fb5e52bd1506f70f35 [file] [log] [blame]
{
"name": "MethodAspects",
"version": "0.1.0",
"summary": "切面编程",
"description": "相比Aspects增加几点功能:类方法和实例方法可同时进行拦截,方法拦截可根据需要调用原super方法,支持结构体参数传递。",
"homepage": "https://github.com/youlianchun/MethodAspects",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"youlianchun": "youlianchunios@163.com"
},
"source": {
"git": "https://github.com/youlianchun/MethodAspects.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MethodAspects/Classes/**/*"
}