[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / f / 0 / BrynKit / 1.2.3 / BrynKit.podspec.json
blob3e10b9eaf78f1b8ce6d202a05460e67c4623f267
2   "name": "BrynKit",
3   "platforms": {
4     "ios": "5.1"
5   },
6   "version": "1.2.3",
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": {
13     "type": "WTFPL",
14     "file": "LICENSE.md"
15   },
16   "source": {
17     "git": "https://github.com/brynbellomy/BrynKit.git",
18     "tag": "v1.2.3"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "libextobjc/EXTScope": [
23       ">= 0.2.5"
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": "RACHelpers",
45       "source_files": "Classes/RAC*.{m,h}",
46       "dependencies": {
47         "ReactiveCocoa": [
48           ">= 1.4.0"
49         ]
50       }
51     },
52     {
53       "name": "GCDThreadsafe",
54       "source_files": "Classes/GCDThreadsafe.h"
55     },
56     {
57       "name": "SEDispatchSource",
58       "source_files": "Classes/SEDispatchSource.{h,m}"
59     },
60     {
61       "name": "MemoryLogging",
62       "source_files": "Classes/BrynKitMemoryLogging.{h,m}"
63     },
64     {
65       "name": "EDColor",
66       "source_files": "Classes/BrynKitEDColor.h",
67       "dependencies": {
68         "EDColor": [
70         ]
71       }
72     },
73     {
74       "name": "CocoaLumberjack",
75       "source_files": "Classes/{BrynKitCocoaLumberjack.h,BrynKitDDLogColorFormatter.{m,h}}",
76       "dependencies": {
77         "CocoaLumberjack": [
79         ]
80       }
81     },
82     {
83       "name": "RRFPSBar",
84       "source_files": "Classes/RRFPSBar/*.{h,m}"
85     }
86   ]