blob: 188780538e59fbe66f210bc839b7193f96d14d8a [file] [log] [blame]
{
"name": "libetpan",
"version": "1.3.pre1",
"summary": "Mail Framework for C Language.",
"homepage": "https://github.com/dinhviethoa/libetpan",
"license": {
"type": "BSD",
"file": "COPYRIGHT"
},
"authors": "HoĆ  V. DINH",
"source": {
"git": "https://github.com/dinhviethoa/libetpan.git",
"tag": "1.3.pre1"
},
"source_files": [
"*.h",
"include/**/*.{h}",
"src/data-types/**/*.{h,c}",
"src/driver/**/*.{h,c}",
"src/engine/**/*.{h,c}",
"src/low-level/**/*.{h,c}",
"src/main/**/*.{h,c}"
],
"compiler_flags": "-DHAVE_CONFIG_H=1 -DHAVE_CFNETWORK=1 -DLIBETPAN_IOS_DISABLE_SSL=1",
"dependencies": {
"libsasl2": [
]
},
"public_header_files": "include/libetpan/*.h",
"xcconfig": {
"USE_HEADERMAP": "NO"
},
"libraries": "iconv",
"requires_arc": false,
"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"
}