[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / 4 / uicontrol-blocks / 1.0.0 / uicontrol-blocks.podspec.json
blob1ca993f5dbd2b58ea7da51cda4f20dfe74c77991
2   "name": "uicontrol-blocks",
3   "version": "1.0.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.\n",
6   "homepage": "https://github.com/hypercrypt/uicontrol-blocks",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Klaus-Peter Dudas": "klaus@hypercrypt.net"
13   },
14   "source": {
15     "git": "https://github.com/hypercrypt/uicontrol-blocks.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true