blob: 9d809076eb34e309134cdf63aa4c85fb8208ad4a [file] [log] [blame]
{
"name": "AspectI",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "AspectI/Classes/**/*",
"public_header_files": "AspectI/Classes/**/*.h"
}