2 "name": "BRSignatureView",
4 "summary": "A lightweight, fast and customizable option for capturing signatures within your app.",
5 "description": "UI component for capturing signature.\n\nLicense\nSource code of this project is available under the standard MIT license. Please see the license file.\n\nUsage\nTo see a quick demo, simply type pod try SignatureView.\n\nInitialize SignatureView from nib or programmatically:\n\nCGRect frame = CGRectMake(0, 40, 320, 300);\nid view = [[SignatureView alloc] initWithFrame:frame];\n[self.view addSubview:view];\nself.signatureView = view;\nCustomization\nYou can customzie following attributes:\n\nLine Color\n\nself.signatureView.foregroundLineColor = [UIColor redColor];\nself.signatureView.backgroundLineColor = [UIColor blueColor];\nLine Width\n\nself.signatureView.foregroundLineWidth = 3.0;\nself.signatureView.backgroundLineWidth = 3.0;\nSignature\nA signature image can be retrieved by UIImage object:\n\nUIImage *signature = [self.signatureView signatureImage];\nor by PNG representation:\n\nNSData *signatureData = [self.signatureView signatureData];\nClearing\nSignatureView comes with a UILongPressGestureRecognizer which is responsible for clearning its view;",
6 "homepage": "https://gitlab.srswebsolutions.com/berlinrajs/BRSignatureView",
12 "berlinrajs": "berlinrajs@srswebsolutions.com"
15 "git": "https://gitlab.srswebsolutions.com/berlinrajs/BRSignatureView.git",
21 "source_files": "BRSignatureView/Classes/BRSignatureView.swift",
24 "BRSignatureView/Assets/Clear.png"