[Add] TPNAdColonySDKAdapter 6.4.28
[CocoaPods.git] / Specs / 2 / 6 / 4 / SWEmailComposer / 0.1.6 / SWEmailComposer.podspec.json
blob05662c87a2d531a51b9a0a59f8524c0357d90738
2   "name": "SWEmailComposer",
3   "version": "0.1.6",
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.6"
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"