[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / a / 2 / MMSLayeredView / 1.0.1 / MMSLayeredView.podspec.json
blobc1f200329c62f26396941ccd80e46d96e102a585
2   "name": "MMSLayeredView",
3   "version": "1.0.1",
4   "summary": "Provides the features to layer views on top of a background view",
5   "description": "This class supports layering 1 or more views upon a background view. The user can resize, scale, and move each subview. They can select one of them for focus of operations and set a background view.  The class supports a method to merge the background and subviews into an image.  Use the pinch gesture to scale a subview; two finger drag gesture to move a subview; one finger drag gesture to size each dimension independently; and the tap gesture to change or remove focus.  One application of this class would be to layer text over a photo and export the merged image to a file for submitting to your text messages or social networks.  Another application would be for an application to add decorations to an image.",
6   "homepage": "https://github.com/miller-ms/MMSLayeredView",
7   "screenshots": "https://s3.amazonaws.com/mms.assets/cocoapods/mmslayeredview/screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "William Miller": "support@millermobilesoft.com"
14   },
15   "source": {
16     "git": "https://github.com/miller-ms/MMSLayeredView.git",
17     "tag": "1.0.1"
18   },
19   "platforms": {
20     "ios": "8.3"
21   },
22   "source_files": "MMSLayeredView/Classes/**/*",
23   "frameworks": "UIKit"