[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / f / 0 / BrynKit / 1.2.4 / BrynKit.podspec.json
blob6e58343b7c1fe201c766263e1f9f2b76c3c8431b
2   "name": "BrynKit",
3   "platforms": {
4     "ios": "5.1"
5   },
6   "version": "1.2.4",
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.4",
19     "submodules": true
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "libextobjc/EXTScope": [
24       ">= 0.2.5"
25     ],
26     "ObjectiveSugar": [
28     ]
29   },
30   "default_subspecs": [
31     "Main"
32   ],
33   "subspecs": [
34     {
35       "name": "Main",
36       "source_files": "Classes/{Bryn.{h,m},BrynKit.h,BrynKitDebugging.h,BrynKitLogging.h}"
37     },
38     {
39       "name": "MBProgressHUD",
40       "source_files": "Classes/BrynKitMBProgressHUD.{h,m}",
41       "dependencies": {
42         "MBProgressHUD": [
44         ]
45       }
46     },
47     {
48       "name": "RACHelpers",
49       "source_files": "Classes/RAC*.{m,h}",
50       "dependencies": {
51         "ReactiveCocoa": [
52           ">= 1.5.0"
53         ]
54       }
55     },
56     {
57       "name": "RACDispatchTimer",
58       "dependencies": {
59         "BrynKit/RACHelpers": [
61         ],
62         "BrynKit/SEDispatchSource": [
64         ],
65         "ReactiveCocoa": [
66           ">= 1.5.0"
67         ]
68       }
69     },
70     {
71       "name": "GCDThreadsafe",
72       "source_files": "Classes/GCDThreadsafe.h"
73     },
74     {
75       "name": "SEDispatchSource",
76       "source_files": "Classes/SEDispatchSource.{h,m}"
77     },
78     {
79       "name": "MemoryLogging",
80       "source_files": "Classes/BrynKitMemoryLogging.{h,m}"
81     },
82     {
83       "name": "EDColor",
84       "source_files": "Classes/BrynKitEDColor.h",
85       "dependencies": {
86         "EDColor": [
88         ]
89       }
90     },
91     {
92       "name": "CocoaLumberjack",
93       "source_files": "Classes/{BrynKitCocoaLumberjack.h,BrynKitDDLogColorFormatter.{m,h}}",
94       "dependencies": {
95         "CocoaLumberjack": [
97         ]
98       }
99     },
100     {
101       "name": "RRFPSBar",
102       "source_files": "Classes/RRFPSBar/*.{h,m}"
103     },
104     {
105       "name": "MGBoxHelpers",
106       "source_files": "Classes/MGBoxHelpers.{h,m}"
107     },
108     {
109       "name": "SEGradientSwatch",
110       "source_files": "Classes/SEGradientSwatch.{h,m}"
111     }
112   ]