[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 7 / 1 / BugShaker / 0.2.1 / BugShaker.podspec.json
blobc0cd68226c21a2bc26d18abf183673a32a399e64
2   "name": "BugShaker",
3   "version": "0.2.1",
4   "summary": "Shake to submit a bug report (w/ screenshot) via email.",
5   "description": "BugShaker allows your users to simply submit bug reports by shaking the device.\nWhen a shake is detected, the current screen state is captured and the user is\nprompted to submit a bug report via a mail composer with the screenshot attached.",
6   "homepage": "https://github.com/detroit-labs/BugShaker",
7   "screenshots": [
8     "https://raw.githubusercontent.com/dtrenz/BugShaker/develop/Screenshots/screenshot-1.png",
9     "https://raw.githubusercontent.com/dtrenz/BugShaker/develop/Screenshots/screenshot-2.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Dan Trenz": "dtrenz@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/detroit-labs/BugShaker.git",
17     "tag": "0.2.1"
18   },
19   "social_media_url": "https://twitter.com/dtrenz",
20   "platforms": {
21     "ios": "8.3"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/**/*",
25   "frameworks": [
26     "UIKit",
27     "MessageUI"
28   ]