[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 5 / yajl / 2.0.4 / yajl.podspec.json
blob456d1c70738dedaf0e08391b33a1b09e95df43f9
2   "name": "yajl",
3   "version": "2.0.4",
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.4"
13   },
14   "source_files": [
15     "src/*.{h,c}",
16     "build/yajl-2.0.4/include/yajl"
17   ],
18   "preserve_paths": "**/*",
19   "prepare_command": "                        ./configure\n                        mv COPYING LICENSE\n",
20   "requires_arc": false