[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 4 / 7 / ShareScreenshot / 0.1.3 / ShareScreenshot.podspec.json
blobcdd784cc3b822c589f478790cf2706eeea881a36
2   "name": "ShareScreenshot",
3   "version": "0.1.3",
4   "summary": "Send screenshots with annotations and text with ease.",
5   "description": "ShareScreenshot is a library that can take screenshot in any place of your app by shaking your device.\nIt's super usefull for QA teams for sharing UI bug reports with Dev teams by Mail, iMessage and etc.\nAlso it's possible to define your own way to share, for example create bug in Jira or post to Slack channel.",
6   "homepage": "https://github.com/adanilyak/ShareScreenshot",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "adanilyak": "adanilyak@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/adanilyak/ShareScreenshot.git",
16     "tag": "0.1.3"
17   },
18   "social_media_url": "https://twitter.com/adanilyak",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "ShareScreenshot/Classes/**/*",
23   "resource_bundles": {
24     "ShareScreenshot": [
25       "ShareScreenshot/Assets/*.{lproj,storyboard,xib,xcassets}"
26     ]
27   },
28   "dependencies": {
29     "Masonry": [
30       "~> 1.0.1"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"