[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / a / 3 / 1 / morse / 0.1.8 / morse.podspec.json
blob15b69ac28fcb35f024a12f09ea24e4fe396fc9f8
2   "name": "morse",
3   "version": "0.1.8",
4   "summary": "A C library for sending and receiving email.",
5   "description": "This email library is designed to be used as a backend for a UI.",
6   "homepage": "https://github.com/albert-yu/morse",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "albert-yu": "albert.yu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/albert-yu/morse.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "osx": "10.14"
20   },
21   "requires_arc": false,
22   "static_framework": true,
23   "frameworks": [
24     "CoreFoundation",
25     "Security"
26   ],
27   "source_files": "include/**/*.h",
28   "public_header_files": "include/*.h",
29   "vendored_libraries": [
30     "libmorse.a",
31     "lib/libcurl.a",
32     "lib/libsodium.a"
33   ],
34   "libraries": [
35     "morse",
36     "curl",
37     "sodium",
38     "ldap",
39     "z"
40   ],
41   "prepare_command": "make clean\nmake"