blob: 6a1990110846dbc23d8688fce2684386f9e78ad0 [file] [log] [blame]
{
"name": "SwiftSignatureView",
"version": "0.0.6",
"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.",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftSignatureView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}