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/**/*"
30 "name": "Collections",
39 "source_files": "Source/Collections/Array/**/*"
53 "source_files": "Source/Interface/Object/**/*"
57 "source_files": "Source/Interface/Array/**/*"
61 "source_files": "Source/Interface/Set/**/*"
65 "source_files": "Source/Interface/Dictionary/**/*"