[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 0 / a / BlockHook / 1.3.8 / BlockHook.podspec.json
blobc9c4973938b121c3eea31b59c9d6a8de09d1df5b
2   "name": "BlockHook",
3   "version": "1.3.8",
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.3.8"
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   },
28   "requires_arc": true,
29   "ios": {
30     "vendored_libraries": "libffi/libffi.a"
31   },
32   "osx": {
33     "vendored_libraries": "libffi/libffi.a"
34   }