[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 9 / 8 / DictionaryWrapper / 0.2 / DictionaryWrapper.podspec.json
blobfa2b94983a780833c92dfb17d2d7996586d11125
2   "name": "DictionaryWrapper",
3   "version": "0.2",
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",
8   "authors": {
9     "Jeong YunWon": "jeong@youknowone.org"
10   },
11   "source": {
12     "git": "https://github.com/youknowone/DictionaryWrapper.git",
13     "tag": "0.2"
14   },
15   "dependencies": {
16     "cdebug": [
17       "~> 0.1"
18     ]
19   },
20   "requires_arc": true,
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    "