[Add] MappedIn 5.5.0
[CocoaPods.git] / Specs / e / f / 0 / BrynKit / 1.3.0 / BrynKit.podspec.json
bloba142e74308cc3e2c95cf8d217b8ef36794a495ae
2   "name": "BrynKit",
3   "version": "1.3.0",
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.0",
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": [
40         ],
41         "libextobjc/EXTConcreteProtocol": [
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": "DCSlider",
74       "source_files": "DCSlider/*.{h,m}",
75       "dependencies": {
76         "BrynKit/UIKit": [
78         ]
79       }
80     },
81     {
82       "name": "MGBoxHelpers",
83       "source_files": "MGBoxHelpers/*.{h,m}",
84       "dependencies": {
85         "BrynKit/Main": [
87         ],
88         "BrynKit/UIKit": [
90         ],
91         "MGBox2": [
93         ]
94       }
95     },
96     {
97       "name": "MBProgressHUDHelpers",
98       "source_files": "MBProgressHUD/*.{h,m}",
99       "dependencies": {
100         "MBProgressHUD": [
102         ],
103         "BrynKit/Main": [
105         ]
106       }
107     },
108     {
109       "name": "CocoaLumberjack",
110       "source_files": "CocoaLumberjack/*.{m,h}",
111       "dependencies": {
112         "CocoaLumberjack": [
114         ],
115         "BrynKit/Main": [
117         ]
118       }
119     },
120     {
121       "name": "ColorLogging",
122       "source_files": "ColorLogging/*.{h,m}",
123       "dependencies": {
124         "BrynKit/Main": [
126         ],
127         "BrynKit/CocoaLumberjack": [
129         ],
130         "BrynKit/UIKit": [
132         ]
133       }
134     },
135     {
136       "name": "RRFPSBar",
137       "source_files": "RRFPSBar/*.{h,m}",
138       "dependencies": {
139         "BrynKit/Main": [
141         ]
142       }
143     },
144     {
145       "name": "BKFloatRange",
146       "source_files": "BKFloatRange/*.{h,m}",
147       "dependencies": {
148         "BrynKit/Main": [
150         ]
151       }
152     },
153     {
154       "name": "SEGradientSwatch",
155       "source_files": "SEGradientSwatch/*.{h,m}",
156       "dependencies": {
157         "BrynKit/Main": [
159         ],
160         "BrynKit/BKFloatRange": [
162         ],
163         "BrynKit/UIKit": [
165         ]
166       }
167     }
168   ]