blob: 1ca993f5dbd2b58ea7da51cda4f20dfe74c77991 [file] [log] [blame]
{
"name": "uicontrol-blocks",
"version": "1.0.0",
"summary": "This category adds block support block based callbacks for UIControlEvents to UIControl.",
"description": " Simply call -[UIControl addActionForControlEvents:usingBlock:] to add an action block. Use -[UIControl removeAction:] to remove actions again.\n",
"homepage": "https://github.com/hypercrypt/uicontrol-blocks",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Klaus-Peter Dudas": "klaus@hypercrypt.net"
},
"source": {
"git": "https://github.com/hypercrypt/uicontrol-blocks.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}