blob: 17d073fcd2f95fa56189e0edfd48ce7a488ae2d1 [file] [log] [blame]
{
"name": "ThirdPartyMailer",
"version": "1.5",
"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.5"
},
"source_files": "Sources/ThirdPartyMailer/*.swift",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.0"
}