blob: 206bcb3fdcde20dbcd8479aa6e11d2045c4af1bf [file] [log] [blame]
{
"name": "YLHook",
"version": "1.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A delightful library inspired by Functional Programming for AOP based on Aspects.",
"homepage": "https://github.com/ypli-chn/YLHook",
"authors": {
"Yunpeng Li": "ypli.chn@outlook.com"
},
"source": {
"git": "https://github.com/ypli-chn/YLHook.git",
"tag": "1.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "*.{h,m}",
"dependencies": {
"Aspects": [
"~> 1.4.1"
]
}
}