[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 9 / 5 / RSEmailFeedback / 1.0.0 / RSEmailFeedback.podspec.json
blobd93374ad74170f7e5e75ac167175eecaa765798c
2   "name": "RSEmailFeedback",
3   "version": "1.0.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": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "dependencies": {
22     "GBDeviceInfo": [
23       "~> 4.2"
24     ]
25   }