blob: ce976cd8fe67d7afd08364f0dbc4d8a90d3afa94 [file] [log] [blame]
{
"name": "RSEmailFeedback",
"version": "0.1.0",
"summary": "An iOS component to present the email compose sheet with device and app info in the body.",
"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.",
"homepage": "https://github.com/ricsantos/RSEmailFeedback",
"license": "MIT",
"authors": {
"Ric Santos": "rics@ntos.me"
},
"source": {
"git": "https://github.com/ricsantos/RSEmailFeedback.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RSEmailFeedback": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}