blob: 66ec4a5aafea65770fda9b20e67876532d6fb779 [file] [log] [blame]
{
"name": "SwiftSignatureView",
"version": "0.0.5",
"summary": "A lightweight, fast and customizable option for capturing signatures within your app.",
"description": " SwiftSignatureView is a lightweight, fast and customizable option for capturing signatures within your app. You can retrieve the signature as a UIImage. \n",
"homepage": "https://github.com/alankarmisra/SwiftSignatureView",
"license": "MIT",
"authors": {
"Alankar Misra": "alankarmisra@gmail.com"
},
"source": {
"git": "https://github.com/alankarmisra/SwiftSignatureView.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftSignatureView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}