[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / e / 4 / 7 / ShareScreenshot / 0.1.4 / ShareScreenshot.podspec.json
blob21b84ae804a9f9514cff464905a2b6b36555a1d4
2   "name": "ShareScreenshot",
3   "version": "0.1.4",
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.4"
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"