blob: 0c139cc2ae1dcd45c9e32ff51f8934f2c0644c87 [file] [log] [blame]
{
"name": "AMMailComposer",
"version": "0.0.1",
"summary": "A MailComposer for iOS/iPadOS which supports Apple Mail app and Third party mail apps.",
"description": "A MailComposer for iOS/iPadOS which supports Apple Mail app and Third party mail apps.\nWritten in Swift 5.0.\nAs you know, you can now change 'default mail app' since iOS/iPadOS 14.\nIn addition, you can uninstall Apple mail app.\nSo we should throw 'mailto' url scheme when we need to compose mail inside our app.\nAMMailComposer try wrapping this for simple one-liner experience.",
"homepage": "https://github.com/asamoya/AMMailComposer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kaname ohara": "kaname.ohara@gmail.com"
},
"source": {
"git": "https://github.com/asamoya/AMMailComposer.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "AMMailComposer/Classes/**/*",
"swift_version": "5.0"
}