[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 6 / 4 / SWEmailComposer / 0.1.0 / SWEmailComposer.podspec.json
blobaeaa73fe8bf03db17594e8dcb89199cfd792fa5d
2   "name": "SWEmailComposer",
3   "version": "0.1.0",
4   "summary": "An Apple-like email composer.",
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.",
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.0"
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"