[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / a / BlockHook / 1.5.7 / BlockHook.podspec.json
blob9e95117b05a0e3dedfbdea2735f40631381fe6be
2   "name": "BlockHook",
3   "version": "1.5.7",
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.7"
18   },
19   "source_files": [
20     "BlockHook/*.{h,m}",
21     "libffi/*.h"
22   ],
23   "public_header_files": "BlockHook/*.h",
24   "static_framework": true,
25   "platforms": {
26     "ios": "8.0",
27     "osx": "10.8",
28     "tvos": "9.0"
29   },
30   "requires_arc": true,
31   "ios": {
32     "vendored_libraries": "libffi/*.a"
33   },
34   "osx": {
35     "vendored_libraries": "libffi/*.a"
36   },
37   "tvos": {
38     "vendored_libraries": "libffi/*.a"
39   }