blob: 84639afcb9d31c3716c4e33bc2b052b1e4d73e4c [file] [log] [blame]
{
"name": "SWEmailComposer",
"version": "0.1.3",
"summary": "An Apple-like email composer written in Swift.",
"description": "SWEmailComposer gives you the ability to present an email composer to the user WITHOUT sending out the final email through the iOS Mail app. Instead the contents of the email is provided to you through the delegate. Written in Swift.",
"homepage": "https://github.com/spencerwhyte/SWEmailComposer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Spencer Whyte": "spencerwhyte@gmail.com"
},
"source": {
"git": "https://github.com/spencerwhyte/SWEmailComposer.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SWEmailComposer/Classes/**/*",
"resource_bundles": {
"SWEmailComposer": [
"SWEmailComposer/Assets/*.xcassets"
]
},
"swift_version": "4.1"
}