[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 2 / 6 / 4 / SWEmailComposer / 0.1.5 / SWEmailComposer.podspec.json
blob33022b2e6af5bd33a5de9d2ebee3c1259e18bd6f
2   "name": "SWEmailComposer",
3   "version": "0.1.5",
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.5"
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"