[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 8 / c / Jansson / 2.5 / Jansson.podspec.json
blobfd97d40fc6215abdce1f26dfe52ea00c36f6a308
2   "name": "Jansson",
3   "version": "2.5",
4   "summary": "Jansson is a C library for encoding, decoding and manipulating JSON data.",
5   "description": "                       Jansson is a C library for encoding, decoding and manipulating JSON data. It features:\n                      \n                       * Simple and intuitive API and data model\n                       * Comprehensive documentation\n                       * No dependencies on other libraries\n                       * Full Unicode support (UTF-8)\n                       * Extensive test suite\n",
6   "homepage": "https://github.com/akheron/jansson",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Petri Lehtinen",
12   "source": {
13     "git": "https://github.com/akheron/jansson.git",
14     "tag": "v2.5"
15   },
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "requires_arc": true,
21   "prepare_command": "       pwd\n       autoreconf -vi\n       ./configure\n",
22   "source_files": "src/*.{h,c}"