[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / f / 0 / BrynKit / 1.3.1 / BrynKit.podspec.json
blob7cbea4a968f6b73906baead6e23f1c223d48a30e
2   "name": "BrynKit",
3   "version": "1.3.1",
4   "platforms": {
5     "ios": "6.1",
6     "osx": "10.8"
7   },
8   "authors": {
9     "bryn austin bellomy": "bryn@signals.io"
10   },
11   "summary": "Macros and helpers for logging, debugging, and metaprogramming.",
12   "homepage": "http://brynbellomy.github.com/BrynKit",
13   "license": {
14     "type": "WTFPL",
15     "file": "LICENSE.md"
16   },
17   "source": {
18     "git": "https://github.com/brynbellomy/BrynKit.git",
19     "tag": "v1.3.1",
20     "submodules": true
21   },
22   "requires_arc": true,
23   "xcconfig": {
24     "CLANG_ENABLE_MODULES": "YES"
25   },
26   "default_subspecs": [
27     "Main"
28   ],
29   "frameworks": [
30     "CoreVideo",
31     "CoreGraphics"
32   ],
33   "subspecs": [
34     {
35       "name": "Main",
36       "source_files": "Main/*.{m,h}",
37       "dependencies": {
38         "libextobjc/EXTScope": [
39           "~> 0.2.5"
40         ],
41         "libextobjc/EXTConcreteProtocol": [
42           "~> 0.2.5"
43         ]
44       }
45     },
46     {
47       "name": "Collections",
48       "source_files": "Collections/*.{m,h}",
49       "dependencies": {
50         "BrynKit/Main": [
52         ]
53       }
54     },
55     {
56       "name": "UIKit",
57       "source_files": "UIKit/*.{h,m}",
58       "dependencies": {
59         "BrynKit/Main": [
61         ]
62       }
63     },
64     {
65       "name": "CoreGraphics",
66       "dependencies": {
67         "BrynKit/UIKit": [
69         ]
70       }
71     },
72     {
73       "name": "FontasticIcons",
74       "source_files": "FontasticIcons/*.{h,m}",
75       "dependencies": {
76         "BrynKit/UIKit": [
78         ],
79         "FontasticIcons": [
80           "~> 0.5.0"
81         ]
82       }
83     },
84     {
85       "name": "DCSlider",
86       "source_files": "DCSlider/*.{h,m}",
87       "dependencies": {
88         "BrynKit/UIKit": [
90         ]
91       }
92     },
93     {
94       "name": "MGBoxHelpers",
95       "source_files": "MGBoxHelpers/*.{h,m}",
96       "dependencies": {
97         "BrynKit/Main": [
99         ],
100         "BrynKit/UIKit": [
102         ],
103         "MGBox2": [
104           "~> 2.0.0"
105         ]
106       }
107     },
108     {
109       "name": "MBProgressHUDHelpers",
110       "source_files": "MBProgressHUD/*.{h,m}",
111       "dependencies": {
112         "MBProgressHUD": [
113           "~> 0.7"
114         ],
115         "BrynKit/Main": [
117         ]
118       }
119     },
120     {
121       "name": "CocoaLumberjack",
122       "source_files": "CocoaLumberjack/*.{m,h}",
123       "dependencies": {
124         "CocoaLumberjack": [
125           "~> 1.6.2"
126         ],
127         "BrynKit/Main": [
129         ]
130       }
131     },
132     {
133       "name": "ColorLogging",
134       "source_files": "ColorLogging/*.{h,m}",
135       "dependencies": {
136         "BrynKit/Main": [
138         ],
139         "BrynKit/CocoaLumberjack": [
141         ],
142         "BrynKit/UIKit": [
144         ]
145       }
146     },
147     {
148       "name": "RRFPSBar",
149       "source_files": "RRFPSBar/*.{h,m}",
150       "dependencies": {
151         "BrynKit/Main": [
153         ]
154       }
155     },
156     {
157       "name": "BKFloatRange",
158       "source_files": "BKFloatRange/*.{h,m}",
159       "dependencies": {
160         "BrynKit/Main": [
162         ]
163       }
164     },
165     {
166       "name": "SEGradientSwatch",
167       "source_files": "SEGradientSwatch/*.{h,m}",
168       "dependencies": {
169         "BrynKit/Main": [
171         ],
172         "BrynKit/BKFloatRange": [
174         ],
175         "BrynKit/UIKit": [
177         ]
178       }
179     }
180   ]