blob: 8ceb2874344e96eed8c0f877d8685fc0f9d267a3 [file] [log] [blame]
{
"name": "ESFeedbackViewController",
"version": "0.1.1",
"license": "MIT",
"summary": "iOS library to show a feedback screen within an application.",
"homepage": "https://github.com/ezescaruli/ESFeedbackViewController",
"authors": {
"Ezequiel Scaruli": "ezequiel.scaruli@gmail.com"
},
"source": {
"git": "https://github.com/ezescaruli/ESFeedbackViewController.git",
"tag": "0.1.1"
},
"source_files": "ESFeedbackViewController/**/*.{h,m}",
"resources": "ESFeedbackViewController/Storyboard/Feedback.storyboard",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"ESBlur": [
"~> 0.1.0"
]
}
}