[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 8 / b / libjson / 7.6.1 / libjson.podspec.json
blob58ca9aa930f67d21d1548aee81c3d8615b8ac2b7
2   "name": "libjson",
3   "version": "7.6.1",
4   "summary": "A JSON reader and writer which is super-efficient and usually runs circles around other JSON libraries.",
5   "description": "A JSON reader and writer which is super-efficient and usually runs circles around other JSON libraries. It's highly customizable to optimize for your particular project, and very lightweight. For Windows, OSX, or Linux. Works in any language.",
6   "homepage": "http://libjson.sourceforge.net/",
7   "license": {
8     "type": "Copyright 2010 Jonathan Wallace. All rights reserved.",
9     "file": "libjson/License.txt"
10   },
11   "authors": "Jonathan Wallace",
12   "source": {
13     "http": "http://sourceforge.net/projects/libjson/files/libjson_7.6.1.zip"
14   },
15   "compiler_flags": "-DNDEBUG",
16   "requires_arc": false,
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "source_files": [
22     "libjson/*.h",
23     "libjson/_internal/{Source,Dependencies}/**/*.{h,cpp}"
24   ],
25   "header_mappings_dir": "libjson/",
26   "prepare_command": "\tsed -i .orig 's/^\\(#define JSON_LIBRARY\\)$/\\/\\/\\1/' libjson/JSONOptions.h\n\tsed -i .orig 's/^\\(#define JSON_WRITE_PRIORITY MED\\)$/\\/\\/\\1/' libjson/JSONOptions.h\n\tsed -i .orig 's/^\\(#define JSON_COMMENTS\\)$/\\/\\/\\1/' libjson/JSONOptions.h\n\tsed -i .orig 's/^\\(#define JSON_DEPRECATED_FUNCTIONS\\)$/\\/\\/\\1/' libjson/JSONOptions.h\n"