blob: 32d9b4e5b47757b260ff5bf4c278197abec06f53 [file] [log] [blame]
{
"name": "ThirdPartyMailer",
"version": "1.7.1",
"summary": "Interact with third-party iOS mail clients, using custom URL schemes.",
"homepage": "https://github.com/vtourraine/ThirdPartyMailer",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Vincent Tourraine": "me@vtourraine.net"
},
"social_media_url": "http://twitter.com/vtourraine",
"source": {
"git": "https://github.com/vtourraine/ThirdPartyMailer.git",
"tag": "1.7.1"
},
"source_files": "Sources/ThirdPartyMailer/*.swift",
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.0"
}