blob: 71219b2a77665c3ace9a8c5883b566b1d2dfc712 [file] [log] [blame]
{
"name": "JMImageScanning",
"version": "0.2",
"summary": "Basic ocr recognition to hack secure keyboards.",
"description": " UIImage pixel analysis to find sub components of images.\n",
"homepage": "https://github.com/leverdeterre/JMImageScanning",
"license": "MIT",
"authors": {
"Jerome Morissard": "morissardj@gmail.com"
},
"source": {
"git": "https://github.com/leverdeterre/JMImageScanning.git",
"tag": "0.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JMImageScanning": [
"Pod/Assets/*.png"
]
}
}