[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / b / 0 / a / BlockHook / 1.5.12 / BlockHook.podspec.json
blobcdf8a4f4193fe949d58e570b0add002e04bbf94e
2   "name": "BlockHook",
3   "version": "1.5.12",
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.12"
18   },
19   "source_files": "BlockHook/*.{h,m}",
20   "public_header_files": [
21     "BlockHook/BlockHook.h",
22     "BlockHook/BHToken.h",
23     "BlockHook/BHInvocation.h"
24   ],
25   "static_framework": true,
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "requires_arc": true,
30   "platforms": {
31     "ios": "12.0",
32     "osx": "10.13"
33   },
34   "ios": {
35     "vendored_frameworks": "libffi.xcframework"
36   },
37   "osx": {
38     "vendored_frameworks": "libffi.xcframework"
39   }