[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / b / 8 / DebugKit / 0.1.1 / DebugKit.podspec.json
blob0be53b44a83e166a48f79493d1e4f1d759950431
2   "name": "DebugKit",
3   "version": "0.1.1",
4   "summary": "Debug and Data Dumping Helper Functions",
5   "description": "                   DebugKit contains debugging and data dumping helper functions. In particular,\n                   the 0.x.x of this library contains a way to dump binary data in conanical\n                   hexadecimal and text output format.\n",
6   "homepage": "https://github.com/dcgibbons/DebugKit",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Chad Gibbons": "dcgibbons@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dcgibbons/DebugKit.git",
13     "tag": "0.1.1"
14   },
15   "source_files": [
16     "DebugKit",
17     "DebugKit/**/*.{h,m}"
18   ],
19   "public_header_files": "DebugKit/**/*.h",
20   "requires_arc": false