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",
23 "frameworks": "Foundation",
27 "source_files": "Source/Core/**/*",
28 "public_header_files": [
29 "Source/Core/Public/*.h",
30 "Source/Core/Public/**/*.h"
32 "private_header_files": [
33 "Source/Core/Private/*.h",
34 "Source/Core/Private/**/*.h"
38 "name": "Collections",
47 "source_files": "Source/Collections/Array/**/*",
48 "public_header_files": [
49 "Source/Collections/Array/*.h",
50 "Source/Collections/Array/**/*.h"
55 "source_files": "Source/Collections/Set/**/*",
56 "public_header_files": [
57 "Source/Collections/Set/*.h",
58 "Source/Collections/Set/**/*.h"
63 "source_files": "Source/Collections/Dictionary/**/*",
64 "public_header_files": [
65 "Source/Collections/Dictionary/*.h",
66 "Source/Collections/Dictionary/**/*.h"
81 "source_files": "Source/Interface/Object/**/*"
85 "source_files": "Source/Interface/Array/**/*"
89 "source_files": "Source/Interface/Set/**/*"
93 "source_files": "Source/Interface/Dictionary/**/*"
98 "name": "PrefixedInterface",
107 "source_files": "Source/PrefixedInterface/Object/**/*"
111 "source_files": "Source/PrefixedInterface/Array/**/*"
115 "source_files": "Source/PrefixedInterface/Set/**/*"
118 "name": "Dictionary",
119 "source_files": "Source/PrefixedInterface/Dictionary/**/*"