blob: beac2dd4fa93bb221678563df06ce0f3ae51e729 [file] [log] [blame]
{
"name": "AppCodeAnalysis",
"version": "1.0.0",
"summary": "UIViewController+Swizzled. log the current UIViewController",
"homepage": "https://github.com/uldh/AppCodeAnalysis",
"license": "MIT",
"authors": {
"Liu Donghao": "uldh@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/uldh/AppCodeAnalysis.git",
"tag": "1.0.0"
},
"source_files": [
"AppCodeAnalysis/UIViewControllerSwizzled",
"AppCodeAnalysis/UIViewControllerSwizzled/*.{h,m}",
"AppCodeAnalysis/UIViewControllerSwizzled/**/*.{h,m}"
],
"requires_arc": true
}