[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / f / 0 / BrynKit / 1.2.6 / BrynKit.podspec.json
blob2b3e9105fbd28b9456a6dca76f054f14faf62169
2   "name": "BrynKit",
3   "platforms": {
4     "ios": "5.1"
5   },
6   "version": "1.2.6",
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.6",
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": [
37         "Main/*.{m,h}",
38         "UIColor/*.{m,h}"
39       ],
40       "frameworks": [
41         "ImageIO",
42         "QuartzCore"
43       ]
44     },
45     {
46       "name": "MBProgressHUD",
47       "source_files": "MBProgressHUD/*.{h,m}",
48       "dependencies": {
49         "MBProgressHUD": [
51         ],
52         "BrynKit/Main": [
54         ]
55       }
56     },
57     {
58       "name": "RACHelpers",
59       "source_files": "RACHelpers/*.{m,h}",
60       "dependencies": {
61         "ReactiveCocoa": [
62           ">= 1.8.0"
63         ],
64         "BrynKit/Main": [
66         ],
67         "BrynKit/EDColor": [
69         ]
70       }
71     },
72     {
73       "name": "RACDispatchTimer",
74       "source_files": "RACDispatchTimer/*.{h,m}",
75       "dependencies": {
76         "BrynKit/RACHelpers": [
78         ],
79         "BrynKit/SEDispatchSource": [
81         ],
82         "ReactiveCocoa": [
83           ">= 1.8.0"
84         ],
85         "BrynKit/Main": [
87         ]
88       }
89     },
90     {
91       "name": "GCDThreadsafe",
92       "source_files": "GCDThreadsafe/*.{m,h}",
93       "dependencies": {
94         "BrynKit/Main": [
96         ]
97       }
98     },
99     {
100       "name": "SEDispatchSource",
101       "source_files": "SEDispatchSource/*.{m,h}",
102       "dependencies": {
103         "BrynKit/Main": [
105         ]
106       }
107     },
108     {
109       "name": "MemoryLogging",
110       "source_files": "MemoryLogging/*.{m,h}",
111       "dependencies": {
112         "BrynKit/EDColor": [
114         ],
115         "BrynKit/Main": [
117         ]
118       }
119     },
120     {
121       "name": "EDColor",
122       "source_files": "EDColor/*.{m,h}",
123       "dependencies": {
124         "EDColor": [
126         ],
127         "BrynKit/Main": [
129         ]
130       }
131     },
132     {
133       "name": "CocoaLumberjack",
134       "source_files": "CocoaLumberjack/*.{m,h}",
135       "dependencies": {
136         "CocoaLumberjack": [
138         ],
139         "BrynKit/Main": [
141         ],
142         "BrynKit/EDColor": [
144         ]
145       }
146     },
147     {
148       "name": "RRFPSBar",
149       "source_files": "RRFPSBar/*.{h,m}",
150       "dependencies": {
151         "BrynKit/Main": [
153         ]
154       }
155     },
156     {
157       "name": "MGBoxHelpers",
158       "source_files": "MGBoxHelpers/*.{h,m}",
159       "dependencies": {
160         "BrynKit/Main": [
162         ],
163         "MGBox2": [
165         ]
166       }
167     },
168     {
169       "name": "SEGradientSwatch",
170       "source_files": "SEGradientSwatch/*.{h,m}",
171       "dependencies": {
172         "BrynKit/Main": [
174         ]
175       }
176     }
177   ]