blob: 87288b36843062fd8aff7b014b409579ca0a3837 [file] [log] [blame]
{
"name": "JMImageScanning",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JMImageScanning": [
"Pod/Assets/*.png"
]
}
}