[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 4 / d / SDScreenshotCapture / 1.3 / SDScreenshotCapture.podspec.json
blob17b8a22550dfb9fb31e1ccb160188f7201976c7c
2   "name": "SDScreenshotCapture",
3   "version": "1.3",
4   "summary": "A class to capture screenshots from your app which exclude the iOS status bar.",
5   "description": "    SDScreenshotCapture is a class which can be used to capture a screenshot of the app window which excludes the iOS status bar. It includes methods to grab the screenshot directly as a UIImage, share it via a UIActivityViewController, save it to the camera roll or write it directly to the app sandbox in the Documents directory.\n\n    This class is most useful in combination with [Status Magic](http://shinydevelopment.com/status-magic/) for putting perfect status bars on screenshots ready for use in an App Store listing.\n",
6   "homepage": "https://github.com/shinydevelopment/SDScreenshotCapture",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shiny Development": "contact@shinydevelopment.com",
13     "Dave Verwer": "dave.verwer@shinydevelopment.com",
14     "Greg Spiers": "greg.spiers@shinydevelopment.com"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source": {
20     "git": "https://github.com/shinydevelopment/SDScreenshotCapture.git",
21     "tag": "1.3"
22   },
23   "source_files": "SDScreenshotCapture",
24   "frameworks": "QuartzCore",
25   "requires_arc": true