[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 2 / 6 / 4 / SWEmailComposer / 0.1.4 / SWEmailComposer.podspec.json
blobf9a338a2633cbcc4ba90cc879a0d3ec456de2c68
2   "name": "SWEmailComposer",
3   "version": "0.1.4",
4   "summary": "An Apple-like email composer written in Swift.",
5   "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.",
6   "homepage": "https://github.com/spencerwhyte/SWEmailComposer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Spencer Whyte": "spencerwhyte@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/spencerwhyte/SWEmailComposer.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SWEmailComposer/Classes/**/*",
22   "resource_bundles": {
23     "SWEmailComposer": [
24       "SWEmailComposer/Assets/*.xcassets"
25     ]
26   },
27   "swift_version": "4.1"