[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / 9 / expat / 2.1 / expat.podspec.json
blob4bc15cba4c6558e691fb0ea156eea9d4c784c073
2   "name": "expat",
3   "version": "2.1",
4   "summary": "Expat is an XML parser library written in C.",
5   "homepage": "http://www.libexpat.org/",
6   "license": {
7     "type": "MIT",
8     "file": "COPYING"
9   },
10   "authors": {
11     "James Clark": "jjc@jclark.com"
12   },
13   "source": {
14     "http": "http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz"
15   },
16   "compiler_flags": "-DHAVE_EXPAT_CONFIG_H",
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "prepare_command": "cat >lib/expat_config.h <<CONFIG_H\n#define BYTEORDER 1234\n#define HAVE_BCOPY 1\n#define HAVE_DLFCN_H 1\n#define HAVE_FCNTL_H 1\n#define HAVE_GETPAGESIZE 1\n#define HAVE_INTTYPES_H 1\n#define HAVE_MEMMOVE 1\n#define HAVE_MEMORY_H 1\n#define HAVE_MMAP 1\n#define HAVE_STDINT_H 1\n#define HAVE_STDLIB_H 1\n#define HAVE_STRINGS_H 1\n#define HAVE_STRING_H 1\n#define HAVE_SYS_PARAM_H 1\n#define HAVE_SYS_STAT_H 1\n#define HAVE_SYS_TYPES_H 1\n#define HAVE_UNISTD_H 1\n#define PACKAGE_BUGREPORT \"expat-bugs@libexpat.org\"\n#define PACKAGE_NAME \"expat\"\n#define PACKAGE_STRING \"expat 2.1.0\"\n#define PACKAGE_VERSION \"2.1.0\"\n#define STDC_HEADERS 1\n#define XML_CONTEXT_BYTES 1024\n#define XML_DTD 1\n#define XML_NS 1\nCONFIG_H\n",
22   "source_files": "lib/*.{h,c}",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/expat"
25   },
26   "requires_arc": false