[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 0 / a / BlockHook / 1.5.4 / BlockHook.podspec.json
blob2203d3a354afb7904862d6bb675ff9505fd50af6
2   "name": "BlockHook",
3   "version": "1.5.4",
4   "summary": "Hook Objective-C blocks.",
5   "description": "Hook Objective-C blocks with libffi. It's a powerful AOP tool for blocks. BlockHook can run your code before/instead/after invoking a block. BlockHook can even notify you when a block dealloc. You can trace the whole lifecycle of a block using BlockHook!",
6   "homepage": "https://github.com/yulingtianxia/BlockHook",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yulingtianxia": "yulingtianxia@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/yulingtianxia",
15   "source": {
16     "git": "https://github.com/yulingtianxia/BlockHook.git",
17     "tag": "1.5.4"
18   },
19   "source_files": [
20     "BlockHook/*.{h,m}",
21     "libffi/*.h"
22   ],
23   "public_header_files": "BlockHook/*.h",
24   "platforms": {
25     "ios": "8.0",
26     "osx": "10.8",
27     "tvos": "9.0"
28   },
29   "requires_arc": true,
30   "ios": {
31     "vendored_libraries": "libffi/libffi.a"
32   },
33   "osx": {
34     "vendored_libraries": "libffi/libffi.a"
35   },
36   "tvos": {
37     "vendored_libraries": "libffi/libffi.a"
38   }