[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / c / 0 / libetpan / 1.3.pre2 / libetpan.podspec.json
blob475cf1d8bf0117827fa812e625a6f5303b3ad99d
2   "name": "libetpan",
3   "version": "1.3.pre2",
4   "summary": "Mail Framework for C Language.",
5   "homepage": "https://github.com/dinhviethoa/libetpan",
6   "license": {
7     "type": "BSD",
8     "file": "COPYRIGHT"
9   },
10   "authors": "HoĆ  V. DINH",
11   "source": {
12     "git": "https://github.com/dinhviethoa/libetpan.git",
13     "tag": "1.3.pre2"
14   },
15   "source_files": [
16     "*.h",
17     "include/**/*.{h}",
18     "src/data-types/**/*.{h,c}",
19     "src/driver/**/*.{h,c}",
20     "src/engine/**/*.{h,c}",
21     "src/low-level/**/*.{h,c}",
22     "src/main/**/*.{h,c}"
23   ],
24   "compiler_flags": "-DHAVE_CONFIG_H=1 -DHAVE_CFNETWORK=1 -DLIBETPAN_IOS_DISABLE_SSL=1",
25   "dependencies": {
26     "libsasl2": [
28     ]
29   },
30   "public_header_files": "include/libetpan/*.h",
31   "xcconfig": {
32     "USE_HEADERMAP": "NO"
33   },
34   "libraries": "iconv",
35   "frameworks": [
36     "Security",
37     "CFNetwork"
38   ],
39   "prepare_command": "    cd build-mac\n    SRCROOT=true sh update.sh\n",
40   "requires_arc": false