blob: 58f8a42a027a4c0d2dfd9f5f8299b1ddcd7f65b2 [file] [log] [blame]
{
"name": "IBMSMTPPod",
"version": "5.1.1",
"summary": "Swift SMTP client",
"homepage": "https://github.com/IBM-Swift/Swift-SMTP",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM",
"module_name": "SwiftSMTP",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/IBM-Swift/Swift-SMTP.git",
"tag": "5.1.1"
},
"source_files": "Sources/SwiftSMTP/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"dependencies": {
"BlueSocket": [
],
"BlueSSLService": [
],
"BlueCryptor": [
],
"LoggerAPI": [
]
}
}