[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / a / 9 / 5 / RSEmailFeedback / 1.2.0 / RSEmailFeedback.podspec.json
blobe351ad39c40b610d8103b5c86303e4f334949144
2   "name": "RSEmailFeedback",
3   "version": "1.2.0",
4   "summary": "An iOS component to present the email compose sheet with device and app info in the body.",
5   "description": "A simple way to get direct feedback from your App users is via email. This component simplifies the presentation of the email composer by adding blocks, and pre-populates the email message body with details about the device, OS and app version.",
6   "homepage": "https://github.com/ricsantos/RSEmailFeedback",
7   "screenshots": "https://raw.githubusercontent.com/ricsantos/RSEmailFeedback/develop/Screenshots/screenshot-01.png",
8   "license": "MIT",
9   "authors": {
10     "Ric Santos": "rics@ntos.me"
11   },
12   "source": {
13     "git": "https://github.com/ricsantos/RSEmailFeedback.git",
14     "tag": "1.2.0"
15   },
16   "platforms": {
17     "ios": "12.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "dependencies": {
23     "GBDeviceInfo": [
25     ]
26   }