blob: ee95b2951c98d098346c4e7a0ad417a1efd2e6b6 [file] [log] [blame]
{
"name": "JBDSignature",
"version": "1.0.5",
"summary": "Signature component for iOS in Swift",
"description": "Features\n1. User can draw the signature either by finger or by apple pencil\n2. Ability to save the signature as default signature\n3. Ability to load the saved signature\n4. Works on both orientations(portrait and landscape)\n5. Works on both iPhone and iPad\n6. Also can be embedded in any container view\n7. Can extract the signature as Image\n8. Draws smoothly",
"homepage": "https://github.com/ipraba/EPSignature",
"license": "MIT",
"authors": {
"Prabaharan": "mailprabaharan.e@gmail.com"
},
"source": {
"git": "https://github.com/jbdujardin/EPSignature.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": [
"Pod/Classes/EPSignatureViewController.xib"
]
}