[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / f / 0 / BrynKit / 1.1.0 / BrynKit.podspec.json
bloba0716345308d6cc55f9c1ef4f65c73dde5ca3fba
2   "name": "BrynKit",
3   "platforms": {
4     "ios": "5.1"
5   },
6   "version": "1.1.0",
7   "authors": {
8     "bryn austin bellomy": "bryn.bellomy@gmail.com"
9   },
10   "summary": "Macros and helpers for logging, debugging, and metaprogramming.",
11   "homepage": "http://brynbellomy.github.com/BrynKit",
12   "license": "./LICENSE.md",
13   "source": {
14     "git": "https://github.com/brynbellomy/BrynKit.git",
15     "tag": "v1.1.0"
16   },
17   "requires_arc": true,
18   "xcconfig": {
19     "PUBLIC_HEADERS_FOLDER_PATH": "include/$(TARGET_NAME)"
20   },
21   "dependencies": {
22     "libextobjc/EXTScope": [
23       ">= 0.2.0"
24     ]
25   },
26   "default_subspecs": [
27     "Main"
28   ],
29   "subspecs": [
30     {
31       "name": "Main",
32       "source_files": "Classes/{Bryn.{h,m},BrynKit.h,BrynKitDebugging.h,BrynKitLogging.h}"
33     },
34     {
35       "name": "MBProgressHUD",
36       "source_files": "Classes/BrynKitMBProgressHUD.{h,m}",
37       "dependencies": {
38         "MBProgressHUD": [
40         ]
41       }
42     },
43     {
44       "name": "GCDThreadsafe",
45       "source_files": "Classes/NSObject+GCDThreadsafe.{h,m}"
46     },
47     {
48       "name": "SEDispatchSource",
49       "source_files": "Classes/SEDispatchSource.{h,m}"
50     },
51     {
52       "name": "MemoryLogging",
53       "source_files": "Classes/BrynKitMemoryLogging.{h,m}"
54     }
55   ]