4 "summary": "Funky is a collection utility with functional extensions.",
5 "description": "Funky is a utility helper library to help dealing with common array, set and dictionary operations easier. It provides a set of extensions, functional helpers, and even data types to help dealing with nil values in collections. All operations are well unit-tested, so you can rely on the helpers and structures in production code as well.",
6 "homepage": "https://github.com/tevelee/Funky",
12 "Laszlo Teveli": "tevelee@gmail.com"
15 "git": "https://github.com/tevelee/Funky.git",
18 "header_dir": "Funky",
19 "module_name": "Funky",
29 "source_files": "Source/Core/**/*",
30 "public_header_files": [
31 "Source/Core/Public/*.h",
32 "Source/Core/Public/**/*.h"
34 "private_header_files": [
35 "Source/Core/Private/*.h",
36 "Source/Core/Private/**/*.h"
40 "name": "Collections",
50 "Source/Collections/Array/**/*",
51 "Source/Collections/Common/**/*"
53 "public_header_files": [
54 "Source/Collections/Array/*.h",
55 "Source/Collections/Array/**/*.h"
61 "Source/Collections/Set/**/*",
62 "Source/Collections/Common/**/*"
64 "public_header_files": [
65 "Source/Collections/Set/*.h",
66 "Source/Collections/Set/**/*.h"
72 "Source/Collections/Dictionary/**/*",
73 "Source/Collections/Common/**/*"
75 "public_header_files": [
76 "Source/Collections/Dictionary/*.h",
77 "Source/Collections/Dictionary/**/*.h"
92 "source_files": "Source/Interface/Object/**/*"
96 "source_files": "Source/Interface/Array/**/*"
100 "source_files": "Source/Interface/Set/**/*"
103 "name": "Dictionary",
104 "source_files": "Source/Interface/Dictionary/**/*"
109 "name": "PrefixedInterface",
118 "source_files": "Source/PrefixedInterface/Object/**/*"
122 "source_files": "Source/PrefixedInterface/Array/**/*"
126 "source_files": "Source/PrefixedInterface/Set/**/*"
129 "name": "Dictionary",
130 "source_files": "Source/PrefixedInterface/Dictionary/**/*"