blob: 879a084ebc429a12a94c2f4c65aa8adfa4820292 [file] [log] [blame]
{
"name": "SMTPLibrary",
"version": "0.0.1",
"summary": "A quick SMTP client for iOS. Fork of skpsmtpmessage, by Ian Baird.",
"description": "To use this in your app, add the files in the SMTPLibrary directory to your project. The Demo folder contains an Xcode project which will build a sample iPhone app.",
"homepage": "https://github.com/PauliusVindzigelskis/SKPSMTP",
"license": "MIT",
"authors": {
"Ian Baird, modified by Paulius Vindzigelskis": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PauliusVindzigelskis/SKPSMTP.git",
"tag": "0.0.1"
},
"source_files": [
"SMTPLibrary",
"SMTPLibrary/**/*.{h,m}"
],
"public_header_files": "SMTPLibrary/**/*.h",
"requires_arc": true
}