[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 7 / 1 / BugShaker / 0.4.0 / BugShaker.podspec.json
blob71f9af240267e09f759be6b2c3f3378bbf658cad
2   "name": "BugShaker",
3   "version": "0.4.0",
4   "license": {
5     "type": "Apache 2.0"
6   },
7   "homepage": "https://github.com/detroit-labs/BugShaker",
8   "documentation_url": "http://dtrenz.github.io/BugShaker/",
9   "authors": {
10     "Dan Trenz": "dtrenz@gmail.com"
11   },
12   "summary": "Shake to submit a bug report (w/ screenshot) via email.",
13   "source": {
14     "git": "https://github.com/detroit-labs/BugShaker.git",
15     "tag": "0.4.0"
16   },
17   "source_files": "Sources/*.swift",
18   "swift_version": "4.1",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "MessageUI"
25   ],
26   "requires_arc": true,
27   "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.",
28   "screenshots": [
29     "https://raw.githubusercontent.com/dtrenz/BugShaker/develop/Screenshots/screenshot-1.png",
30     "https://raw.githubusercontent.com/dtrenz/BugShaker/develop/Screenshots/screenshot-2.png"
31   ],
32   "social_media_url": "https://twitter.com/dtrenz"