2 "name": "DictionaryWrapper",
4 "summary": "Toolkit to generate wrapper classes for keyed subscript interfaces, including NSDictionary. Especially useful for JSON objects.",
5 "description": " This toolkit suggests an easy way to create wrapper classes for objects which supports keyed subscript interface.\n It is especially useful for JSON handling.\n",
6 "homepage": "https://github.com/youknowone/DictionaryWrapper",
7 "license": "2-clause BSD",
9 "Jeong YunWon": "jeong@youknowone.org"
12 "git": "https://github.com/youknowone/DictionaryWrapper.git",
21 "source_files": "DictionaryWrapper/*",
22 "public_header_files": "DictionaryWrapper/*.h",
23 "prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <Foundation/Foundation.h>\n "