blob: 713627d6534a1af3a87ab1abcac4634960540c72 [file] [log] [blame]
{
"name": "UIGuard",
"version": "0.1",
"summary": "A tiny tool to guarantee that the UI is running within the main thread.",
"homepage": "https://github.com/huayu0723/UIGuard",
"license": "MIT",
"authors": {
"huazhenyu": "zhyhua04@gmail.com"
},
"source": {
"git": "https://github.com/huayu0723/UIGuard.git",
"tag": "0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"private_header_files": "UIGuard.h",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"Aspects": [
]
}
}