blob: fa2b94983a780833c92dfb17d2d7996586d11125 [file] [log] [blame]
{
"name": "DictionaryWrapper",
"version": "0.2",
"summary": "Toolkit to generate wrapper classes for keyed subscript interfaces, including NSDictionary. Especially useful for JSON objects.",
"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",
"homepage": "https://github.com/youknowone/DictionaryWrapper",
"license": "2-clause BSD",
"authors": {
"Jeong YunWon": "jeong@youknowone.org"
},
"source": {
"git": "https://github.com/youknowone/DictionaryWrapper.git",
"tag": "0.2"
},
"dependencies": {
"cdebug": [
"~> 0.1"
]
},
"requires_arc": true,
"source_files": "DictionaryWrapper/*",
"public_header_files": "DictionaryWrapper/*.h",
"prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <Foundation/Foundation.h>\n "
}