[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 5 / d / libsasl2 / 2.1.25 / libsasl2.podspec.json
blobcf71a40945273fe792fa47678d8cc9899e875d1a
2   "name": "libsasl2",
3   "version": "2.1.25",
4   "summary": "Cyrus SASL Library.",
5   "license": {
6     "type": "BSD",
7     "file": "COPYING"
8   },
9   "authors": "Carnegie Mellon University",
10   "homepage": "http://asg.web.cmu.edu/sasl/sasl-implementations.html",
11   "source": {
12     "http": "http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.25.tar.gz"
13   },
14   "header_dir": "sasl",
15   "source_files": [
16     "lib/*.{h,c}",
17     "plugins/{anonymous.c,anonymous_init.c,cram.c,crammd5_init.c,login.c,login_init.c,plain.c,plain_init.c,plugin_common.c,plugin_common.h,digestmd5.c,digestmd5.h}",
18     "include/*.h",
19     "config.h"
20   ],
21   "exclude_files": "lib/{getaddrinfo.c,getnameinfo.c,windlopen.c}",
22   "public_header_files": "include/*.h",
23   "xcconfig": {
24     "USE_HEADERMAP": "NO"
25   },
26   "requires_arc": false,
27   "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"