[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 1 / 2 / MyiOSHelpers / 1.0.4 / MyiOSHelpers.podspec.json
blob98446ca7d133138eb6d410080423fb8e0f0fd32a
2   "name": "MyiOSHelpers",
3   "version": "1.0.4",
4   "homepage": "http://github.com/premosystems/MyiOSHelpers",
5   "authors": {
6     "Vincil Bishop": "vincil.bishop@vbishop.com"
7   },
8   "license": "MIT",
9   "summary": "A collection of often used but time consuming to recreate logic for iOS.",
10   "source": {
11     "git": "https://github.com/premosystems/MyiOSHelpers.git",
12     "tag": "1.0.4"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "resources": "MyiOSHelpers.podspec",
19   "source_files": "MyiOSHelpers/*.{h,m}",
20   "subspecs": [
21     {
22       "name": "Logic",
23       "source_files": "MyiOSHelpers/Logic/*.{h,m}",
24       "subspecs": [
25         {
26           "name": "Apple",
27           "source_files": "MyiOSHelpers/Logic/Apple/*.h",
28           "subspecs": [
29             {
30               "name": "CoreData",
31               "source_files": "MyiOSHelpers/Logic/Apple/CoreData/*.{h,m}",
32               "ios": {
33                 "frameworks": "CoreData",
34                 "dependencies": {
35                   "MyiOSHelpers/Logic/Blocks": [
36                     "1.0.4"
37                   ],
38                   "MyiOSHelpers/Logic/Categories": [
39                     "1.0.4"
40                   ],
41                   "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping": [
42                     "1.0.4"
43                   ],
44                   "MagicalRecord": [
45                     "~> 2.2.0"
46                   ]
47                 }
48               }
49             },
50             {
51               "name": "CoreLocation",
52               "source_files": "MyiOSHelpers/Logic/Apple/CoreLocation/*.{h,m}",
53               "ios": {
54                 "frameworks": "CoreLocation",
55                 "dependencies": {
56                   "MyiOSHelpers/Logic/Blocks": [
57                     "1.0.4"
58                   ],
59                   "MyiOSHelpers/Logic/Categories": [
60                     "1.0.4"
61                   ],
62                   "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
63                     "1.0.4"
64                   ],
65                   "NSTimer-Blocks": [
66                     "~> 0.0.1"
67                   ]
68                 }
69               }
70             },
71             {
72               "name": "CoreBluetooth",
73               "source_files": "MyiOSHelpers/Logic/Apple/CoreBluetooth/*.{h,m}",
74               "ios": {
75                 "frameworks": "CoreBluetooth",
76                 "dependencies": {
77                   "MyiOSHelpers/Logic/Blocks": [
78                     "1.0.4"
79                   ],
80                   "MyiOSHelpers/Logic/Categories": [
81                     "1.0.4"
82                   ],
83                   "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
84                     "1.0.4"
85                   ]
86                 }
87               },
88               "prefix_header_contents": [
89                 "#import \"Lumberjack-Default-Log-Level.h\"",
90                 "#import \"PrettyClassInformationLogFormatter.h\""
91               ]
92             }
93           ]
94         },
95         {
96           "name": "Blocks",
97           "source_files": "MyiOSHelpers/Logic/Blocks/*.h"
98         },
99         {
100           "name": "Categories",
101           "source_files": "MyiOSHelpers/Logic/Categories/*.{h,m}",
102           "dependencies": {
103             "NSDate+Helper": [
104               "~> 0.0.1"
105             ]
106           },
107           "subspecs": [
108             {
109               "name": "NSArray",
110               "source_files": "MyiOSHelpers/Logic/Categories/NSArray/*.{h,m}",
111               "prefix_header_contents": [
112                 "#import \"Lumberjack-Default-Log-Level.h\"",
113                 "#import \"PrettyClassInformationLogFormatter.h\""
114               ],
115               "dependencies": {
116                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
117                   "1.0.4"
118                 ]
119               }
120             },
121             {
122               "name": "NSData",
123               "source_files": "MyiOSHelpers/Logic/Categories/NSData/*.{h,m}",
124               "prefix_header_contents": [
125                 "#import \"Lumberjack-Default-Log-Level.h\"",
126                 "#import \"PrettyClassInformationLogFormatter.h\""
127               ],
128               "dependencies": {
129                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
130                   "1.0.4"
131                 ]
132               }
133             },
134             {
135               "name": "NSDate",
136               "source_files": "MyiOSHelpers/Logic/Categories/NSDate/*.{h,m}",
137               "prefix_header_contents": [
138                 "#import \"Lumberjack-Default-Log-Level.h\"",
139                 "#import \"PrettyClassInformationLogFormatter.h\""
140               ],
141               "dependencies": {
142                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
143                   "1.0.4"
144                 ]
145               }
146             },
147             {
148               "name": "NSDictionary",
149               "source_files": "MyiOSHelpers/Logic/Categories/NSDictionary/*.{h,m}",
150               "prefix_header_contents": [
151                 "#import \"Lumberjack-Default-Log-Level.h\"",
152                 "#import \"PrettyClassInformationLogFormatter.h\""
153               ],
154               "dependencies": {
155                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
156                   "1.0.4"
157                 ]
158               }
159             },
160             {
161               "name": "NSError",
162               "source_files": "MyiOSHelpers/Logic/Categories/NSError/*.{h,m}",
163               "prefix_header_contents": [
164                 "#import \"Lumberjack-Default-Log-Level.h\"",
165                 "#import \"PrettyClassInformationLogFormatter.h\""
166               ],
167               "dependencies": {
168                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
169                   "1.0.4"
170                 ]
171               }
172             },
173             {
174               "name": "NSNull",
175               "source_files": "MyiOSHelpers/Logic/Categories/NSNull/*.{h,m}",
176               "prefix_header_contents": [
177                 "#import \"Lumberjack-Default-Log-Level.h\"",
178                 "#import \"PrettyClassInformationLogFormatter.h\""
179               ],
180               "dependencies": {
181                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
182                   "1.0.4"
183                 ]
184               }
185             },
186             {
187               "name": "NSNumber",
188               "source_files": "MyiOSHelpers/Logic/Categories/NSNumber/*.{h,m}",
189               "prefix_header_contents": [
190                 "#import \"Lumberjack-Default-Log-Level.h\"",
191                 "#import \"PrettyClassInformationLogFormatter.h\""
192               ],
193               "dependencies": {
194                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
195                   "1.0.4"
196                 ]
197               }
198             },
199             {
200               "name": "NSOperationQueue",
201               "source_files": "MyiOSHelpers/Logic/Categories/NSOperationQueue/*.{h,m}",
202               "prefix_header_contents": [
203                 "#import \"Lumberjack-Default-Log-Level.h\"",
204                 "#import \"PrettyClassInformationLogFormatter.h\""
205               ],
206               "dependencies": {
207                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
208                   "1.0.4"
209                 ]
210               }
211             },
212             {
213               "name": "NSRunLoop",
214               "source_files": "MyiOSHelpers/Logic/Categories/NSRunLoop/*.{h,m}",
215               "prefix_header_contents": [
216                 "#import \"Lumberjack-Default-Log-Level.h\"",
217                 "#import \"PrettyClassInformationLogFormatter.h\""
218               ],
219               "dependencies": {
220                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
221                   "1.0.4"
222                 ]
223               }
224             },
225             {
226               "name": "NSString",
227               "source_files": "MyiOSHelpers/Logic/Categories/NSString/*.{h,m}",
228               "prefix_header_contents": [
229                 "#import \"Lumberjack-Default-Log-Level.h\"",
230                 "#import \"PrettyClassInformationLogFormatter.h\""
231               ],
232               "dependencies": {
233                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
234                   "1.0.4"
235                 ]
236               }
237             },
238             {
239               "name": "UIApplication",
240               "source_files": "MyiOSHelpers/Logic/Categories/UIApplication/*.{h,m}",
241               "prefix_header_contents": [
242                 "#import \"Lumberjack-Default-Log-Level.h\"",
243                 "#import \"PrettyClassInformationLogFormatter.h\""
244               ],
245               "dependencies": {
246                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
247                   "1.0.4"
248                 ]
249               }
250             },
251             {
252               "name": "UIDevice",
253               "source_files": "MyiOSHelpers/Logic/Categories/UIDevice/*.{h,m}",
254               "prefix_header_contents": [
255                 "#import \"Lumberjack-Default-Log-Level.h\"",
256                 "#import \"PrettyClassInformationLogFormatter.h\""
257               ],
258               "dependencies": {
259                 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
260                   "1.0.4"
261                 ]
262               }
263             },
264             {
265               "name": "NSObject",
266               "source_files": "MyiOSHelpers/Logic/Categories/NSObject/*.{h,m}",
267               "dependencies": {
268                 "MyiOSHelpers/Logic/Categories/NSDictionary": [
269                   "1.0.4"
270                 ]
271               }
272             }
273           ]
274         },
275         {
276           "name": "ThirdPartyHelpers",
277           "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/*.h",
278           "subspecs": [
279             {
280               "name": "KeyValueObjectMapping",
281               "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping/*.{h,m}",
282               "ios": {
283                 "dependencies": {
284                   "DCKeyValueObjectMapping": [
285                     "~> 1.4.0"
286                   ],
287                   "NSObject-ObjectMap": [
288                     "~> 2.3.1"
289                   ]
290                 }
291               }
292             },
293             {
294               "name": "MongoDB",
295               "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/Mongo/*.{h,m}",
296               "ios": {
297                 "dependencies": {
298                   "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping": [
300                   ],
301                   "NSObject-ObjectMap": [
302                     "~> 2.3.1"
303                   ],
304                   "Underscore.m": [
305                     "~> 0.2.1"
306                   ]
307                 }
308               },
309               "prefix_header_contents": [
310                 "#import \"Underscore.h\"",
311                 "#ifndef _",
312                 "#define _ Underscore",
313                 "#endif"
314               ]
315             },
316             {
317               "name": "CocoaLumberjack",
318               "ios": {
319                 "dependencies": {
320                   "CocoaLumberjack": [
322                   ],
323                   "LumberjackPrettyClassInformation": [
324                     "~> 1.0.0"
325                   ]
326                 }
327               },
328               "prefix_header_contents": [
329                 "#import \"Lumberjack-Default-Log-Level.h\"",
330                 "#import \"PrettyClassInformationLogFormatter.h\""
331               ],
332               "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack/*.{h,m}"
333             },
334             {
335               "name": "ReactiveCocoa",
336               "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/ReactiveCocoa/*.{h,m}",
337               "ios": {
338                 "dependencies": {
339                   "MyiOSHelpers/Logic/Blocks": [
340                     "1.0.4"
341                   ],
342                   "ReactiveCocoa": [
343                     "~> 2.3.0"
344                   ]
345                 }
346               }
347             }
348           ]
349         }
350       ]
351     }
352   ]