blob: 6eb4c9bf40af62c7aa96e0ba4f669c78b626ab52 [file] [log] [blame]
{
"name": "GRKSignatureView",
"summary": "A UIView subclass used to capture a high quality rendition of a user's signature.",
"description": "Allows touch input of a signature or other handwriting, with smoothed lines and thickness,\nand capturing of same as an image.",
"version": "1.1",
"homepage": "https://github.com/levigroker/GRKSignatureView",
"license": "Creative Commons Attribution 4.0 International License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKSignatureView.git",
"tag": "1.1"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"GLKit"
],
"source_files": [
"GRKSignatureView/*.{h,m}"
]
}