blob: 051f90a7748d95a6cb9d754ede5e2e5972187a9d [file] [log] [blame]
{
"name": "MMSignatureView",
"version": "0.1.0",
"summary": "A simple and easy cocoapod for signing/drawing.",
"description": "\"Add a new UIView where you want the signature capture field. Set its class to MMSignatureView, and connect it to an @IBOutlet property in your UIViewController. For saving and clearing the signature, add two buttons to your view controller. Hook each button up to an @IBAction function.\"",
"homepage": "https://github.com/mir-taqi/MMSignatureView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mir-taqi": "taqi1435@gmail.com"
},
"source": {
"git": "https://github.com/mir-taqi/MMSignatureView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MMSignatureView/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
]
}