[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 6 / 5 / yajl / 2.0.1 / yajl.podspec.json
blob519ce3553c55538ef21f4c4bd57d6e8fc8589c39
2   "name": "yajl",
3   "version": "2.0.1",
4   "license": "ISC",
5   "summary": "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C.",
6   "homepage": "http://lloyd.github.com/yajl/",
7   "authors": {
8     "Lloyd Hilaiel": "lloyd@hilaiel.com"
9   },
10   "source": {
11     "git": "https://github.com/lloyd/yajl.git",
12     "tag": "2.0.1"
13   },
14   "source_files": [
15     "src/*.{h,c}",
16     "build/yajl-2.0.1/include/yajl"
17   ],
18   "preserve_paths": "**/*",
19   "prepare_command": "                        ./configure\n                        mv COPYING LICENSE\n",
20   "requires_arc": false