[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 0 / BrynKit / 1.2.5 / BrynKit.podspec.json
blobbe2e188aa7896bc6969120ad9ee586aa2ac81237
2   "name": "BrynKit",
3   "platforms": {
4     "ios": "5.1"
5   },
6   "version": "1.2.5",
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.5",
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": "Main/*.{m,h}",
37       "frameworks": [
38         "ImageIO",
39         "QuartzCore"
40       ]
41     },
42     {
43       "name": "MBProgressHUD",
44       "source_files": "MBProgressHUD/*.{h,m}",
45       "dependencies": {
46         "MBProgressHUD": [
48         ],
49         "BrynKit/Main": [
51         ]
52       }
53     },
54     {
55       "name": "RACHelpers",
56       "source_files": "RACHelpers/*.{m,h}",
57       "dependencies": {
58         "ReactiveCocoa": [
59           ">= 1.5.0"
60         ],
61         "BrynKit/Main": [
63         ]
64       }
65     },
66     {
67       "name": "RACDispatchTimer",
68       "source_files": "RACDispatchTimer/*.{h,m}",
69       "dependencies": {
70         "BrynKit/RACHelpers": [
72         ],
73         "BrynKit/SEDispatchSource": [
75         ],
76         "ReactiveCocoa": [
77           ">= 1.5.0"
78         ],
79         "BrynKit/Main": [
81         ]
82       }
83     },
84     {
85       "name": "GCDThreadsafe",
86       "source_files": "GCDThreadsafe/*.{m,h}",
87       "dependencies": {
88         "BrynKit/Main": [
90         ]
91       }
92     },
93     {
94       "name": "SEDispatchSource",
95       "source_files": "SEDispatchSource/*.{m,h}",
96       "dependencies": {
97         "BrynKit/Main": [
99         ]
100       }
101     },
102     {
103       "name": "MemoryLogging",
104       "source_files": "MemoryLogging/*.{m,h}",
105       "dependencies": {
106         "BrynKit/EDColor": [
108         ],
109         "BrynKit/Main": [
111         ]
112       }
113     },
114     {
115       "name": "EDColor",
116       "source_files": "EDColor/*.{m,h}",
117       "dependencies": {
118         "EDColor": [
120         ],
121         "BrynKit/Main": [
123         ]
124       }
125     },
126     {
127       "name": "CocoaLumberjack",
128       "source_files": "CocoaLumberjack/*.{m,h}",
129       "dependencies": {
130         "CocoaLumberjack": [
132         ],
133         "BrynKit/Main": [
135         ]
136       }
137     },
138     {
139       "name": "RRFPSBar",
140       "source_files": "RRFPSBar/*.{h,m}",
141       "dependencies": {
142         "BrynKit/Main": [
144         ]
145       }
146     },
147     {
148       "name": "MGBoxHelpers",
149       "source_files": "MGBoxHelpers/*.{h,m}",
150       "dependencies": {
151         "BrynKit/Main": [
153         ],
154         "MGBox2": [
156         ]
157       }
158     },
159     {
160       "name": "SEGradientSwatch",
161       "source_files": "SEGradientSwatch/*.{h,m}",
162       "dependencies": {
163         "BrynKit/Main": [
165         ]
166       }
167     }
168   ]