[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / a / 9 / 5 / RSEmailFeedback / 0.3.0 / RSEmailFeedback.podspec.json
blob70bf78835f9de1565441055ff9fa510e4dd718ec
2   "name": "RSEmailFeedback",
3   "version": "0.3.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   "license": "MIT",
8   "authors": {
9     "Ric Santos": "rics@ntos.me"
10   },
11   "source": {
12     "git": "https://github.com/ricsantos/RSEmailFeedback.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "RSEmailFeedback": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "dependencies": {
27     "GBDeviceInfo": [
28       "~> 3.6"
29     ]
30   }