blob: 14753a393f1d0cc352d0688b05a94cfaf4e0e5f5 [file] [log] [blame]
{
"name": "RTBlockCallChecker",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "RTBlockCallChecker/Classes/**/*",
"frameworks": "Foundation"
}