[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / 9 / LibYAML / 0.1.4 / LibYAML.podspec.json
blob1d74acd6b3c7b5842dec79641b95da7907cd2a21
2   "name": "LibYAML",
3   "version": "0.1.4",
4   "summary": "LibYAML is a YAML 1.1 parser and emitter written in C.",
5   "homepage": "http://pyyaml.org/wiki/LibYAML",
6   "license": "MIT",
7   "authors": "Kirill Simonov",
8   "source": {
9     "http": "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz"
10   },
11   "source_files": [
12     "config.h",
13     "include/*.h",
14     "src/*.{c,h}"
15   ],
16   "public_header_files": "include/*.h",
17   "xcconfig": {
18     "OTHER_CFLAGS": "-DHAVE_CONFIG_H"
19   },
20   "prepare_command": "    ./configure 2>&1\n",
21   "requires_arc": false