blob: 87f9f3acae367095ead8b0cd25188b395358143c [file] [log] [blame]
{
"name": "OCRSDKClient",
"version": "0.2.1",
"summary": "An AFHTTPClient subclass for interacting with the ABBYY Cloud OCR SDK webservice API for iOS.",
"homepage": "https://github.com/stel/OCRSDKClient",
"license": "MIT",
"authors": {
"Dmitry Obukhov": "stel2k@gmail.com"
},
"source": {
"git": "https://github.com/stel/OCRSDKClient.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "OCRSDKClient/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"1.3.1"
],
"XMLDictionary": [
"1.2.2"
]
}
}