| { |
| "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": "jeong@youknowone.org" |
| }, |
| "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#include <cdebug/debug.h>\n#include <Foundation/Foundation.h>\n " |
| } |