blob: 02695c36826ea8bf9986501837da0c935092a31a [file] [log] [blame]
{
"name": "AspectI",
"version": "0.0.2",
"summary": "A Aop Library for iOS",
"description": "Aop based on the Method Swizzling, support Object, Class method hook. More efficient than forwardInvocation.",
"homepage": "https://github.com/jiangtiteng/AspectI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"titengjiang": "624790492@qq.ocm"
},
"source": {
"git": "https://github.com/jiangtiteng/AspectI.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "AspectI/Classes/**/*",
"public_header_files": "AspectI/Classes/**/*.h"
}