Latest | 0.4 |
---|---|
Homepage | https://github.com/youknowone/DictionaryWrapper |
License | 2-clause BSD |
Dependencies | cdebug |
Authors |
no README.md available
Latest podspec
{ "name": "DictionaryWrapper", "version": "0.4", "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": "[email protected]" }, "source": { "git": "https://github.com/youknowone/DictionaryWrapper.git", "tag": "0.4" }, "dependencies": { "cdebug": [ "~> 0.1" ] }, "requires_arc": true, "source_files": "DictionaryWrapper/*", "public_header_files": "DictionaryWrapper/*.h", "prefix_header_contents": "n#includen#include n " }
Sat, 05 Mar 2016 17:11:03 +0000