blob: b475a7ddbdb10b8730ec1c3ba96e512f4cd68716 [file] [log] [blame]
{
"name": "uicontrol-blocks",
"version": "1.1.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.",
"homepage": "https://github.com/hypercrypt/uicontrol-blocks",
"social_media_url": "https://twitter.com/hypercrypt",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Klaus-Peter Dudas": "klaus@hypercrypt.net"
},
"source": {
"git": "https://github.com/hypercrypt/uicontrol-blocks.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}