blob: 1e111ee913777c19832abe633c88bb609ab5b5ad [file] [log] [blame]
{
"name": "WZProtocolInterceptor",
"version": "0.1.0",
"summary": "a intermediate proxy class to forward Objective-C delegate messages",
"description": " A intermediate proxy class to forward Objective-C delegate messages.\n It checks the selector contained in specific protocol(s) to avoid infinite loop \n for keyboard dependent views like UITextField and UITextView.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/haifengkao/WZProtocolInterceptor",
"license": "CC-BY-SA 3.0",
"authors": {
"WeZZard": ""
},
"source": {
"git": "https://github.com/haifengkao/WZProtocolInterceptor.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}