[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 0 / 4 / uicontrol-blocks / 1.1.0 / uicontrol-blocks.podspec.json
blobb475a7ddbdb10b8730ec1c3ba96e512f4cd68716
2   "name": "uicontrol-blocks",
3   "version": "1.1.0",
4   "summary": "This category adds block support block based callbacks for UIControlEvents to UIControl.",
5   "description": "Simply call -[UIControl addActionForControlEvents:usingBlock:] to add an action block. Use -[UIControl removeAction:] to remove actions again.",
6   "homepage": "https://github.com/hypercrypt/uicontrol-blocks",
7   "social_media_url": "https://twitter.com/hypercrypt",
8   "license": {
9     "type": "BSD",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Klaus-Peter Dudas": "klaus@hypercrypt.net"
14   },
15   "source": {
16     "git": "https://github.com/hypercrypt/uicontrol-blocks.git",
17     "tag": "1.1.0"
18   },
19   "platforms": {
20     "ios": "5.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true