blob: 81db13292f4cc397b15bcf0822df645957d3f36e [file] [log] [blame]
{
"name": "AspectsCocoa",
"version": "1.0.0",
"summary": "一个简单高效的实现AOP的库",
"description": "一个简单高效的实现AOP的库",
"homepage": "https://longpengfei.com",
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"authors": {
"longpengfei": "466142249@qq.com"
},
"source": {
"git": "https://github.com/LongPF/AspectsCocoa.git",
"tag": "1.0.0"
},
"source_files": "AspectsCocoa/**/*.{h,m}",
"public_header_files": "AspectsCocoa/**/*.{h}",
"requires_arc": false
}