[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / a / BlockHook / 1.2.13 / BlockHook.podspec.json
blobb38007e0801bd24f8fc7b7a0c8abb117ae867a4f
2   "name": "BlockHook",
3   "version": "1.2.13",
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.2.13"
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   }