[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 9 / 4 / 0 / ALActionBlocks / 1.0.1 / ALActionBlocks.podspec.json
blob1a21c82a37591a302b5842384f25641318e35745
2   "name": "ALActionBlocks",
3   "version": "1.0.1",
4   "summary": "ALActionBlocks Category on UIControl to allow use of blocks instead of selectors.",
5   "homepage": "https://github.com/lavoy/ALActionBlocks",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Andy LaVoy": "andy@logcabinapps.com"
12   },
13   "source": {
14     "git": "https://github.com/lavoy/ALActionBlocks.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "ALActionBlocks",
22     "ALActionBlocks/*.{h,m}"
23   ],
24   "frameworks": "Foundation",
25   "requires_arc": true