blob: 59b335a3e50f717b9d6e69663d49e2dd15b4f5a7 [file] [log] [blame]
{
"name": "RTBlockCallChecker",
"version": "0.1.0",
"summary": "A helper utility to check if a block has been called",
"description": "This project provide a tricky way to check if a block passed to a method has been\ncalled.",
"homepage": "https://github.com/rickytan/RTBlockCallChecker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rickytan": "ricky.tan.xin@gmail.com"
},
"source": {
"git": "https://github.com/rickytan/RTBlockCallChecker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "RTBlockCallChecker/Classes/**/*",
"frameworks": "Foundation"
}