[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / c / 9 / IBMSMTPPod / 5.1.1 / IBMSMTPPod.podspec.json
blob58f8a42a027a4c0d2dfd9f5f8299b1ddcd7f65b2
2   "name": "IBMSMTPPod",
3   "version": "5.1.1",
4   "summary": "Swift SMTP client",
5   "homepage": "https://github.com/IBM-Swift/Swift-SMTP",
6   "license": {
7     "type": "Apache License, Version 2.0"
8   },
9   "authors": "IBM",
10   "module_name": "SwiftSMTP",
11   "requires_arc": true,
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/IBM-Swift/Swift-SMTP.git",
17     "tag": "5.1.1"
18   },
19   "source_files": "Sources/SwiftSMTP/*.swift",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "5.0"
22   },
23   "dependencies": {
24     "BlueSocket": [
26     ],
27     "BlueSSLService": [
29     ],
30     "BlueCryptor": [
32     ],
33     "LoggerAPI": [
35     ]
36   }